bors[bot] 9bdedbbcaf
Merge #4497
4497: Create LowerCtx on the fly r=matklad a=edwin0cheng

Previously we create `LowerCtx` at the beginning of lowering, however, the hygiene content is in fact changing between macro expression expanding. 

This PR change it to create the `LowerCtx` on the fly to fix above bug.

However, #4465 is not fixed by this PR, the goto-def is still not work yet. It only fixed the infer part. 

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-05-18 11:03:44 +00:00
..
2020-05-14 14:29:22 +00:00
2020-05-15 02:09:30 +02:00
2020-05-17 23:37:30 +08:00
2020-05-18 11:03:44 +00:00
2020-05-16 19:49:01 +00:00
2020-05-16 22:20:44 +02:00
2020-05-10 06:39:36 +08:00
2020-05-09 22:20:11 +03:00
2020-05-09 14:48:43 +02:00