bors[bot] 437329d3f5
Merge #3429
3429: Fix panic on eager expansion r=matklad a=edwin0cheng

When lazy expanding inside an eager macro, its *parent* file of that lazy macro call must be already exists such that a panic is occurred because that parent file is the eager macro we are processing.

This PR fix this bug by store the argument syntax node as another eager macro id for that purpose.

Personally I don't know if it is a good answer for this bug. 




Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-03-04 00:05:10 +00:00
..
2020-03-03 17:03:46 +01:00
2020-03-02 11:52:46 -05:00
2020-02-18 16:12:40 +02:00
2020-03-03 18:22:52 +01:00
2020-03-04 01:21:14 +08:00
2020-03-04 02:57:54 +08:00
2020-03-04 02:41:33 +08:00
2020-03-04 01:21:14 +08:00
2020-02-27 14:04:13 +09:00
2020-03-04 01:21:14 +08:00
2020-02-27 14:04:13 +09:00
2020-02-18 16:12:40 +02:00
2020-03-02 14:05:44 -05:00
2020-02-27 10:06:48 +08:00