bors[bot] 493e29d713
Merge #7000
7000: Store invocation site for eager macros r=edwin0cheng a=jonas-schievink

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6992

r? @edwin0cheng 

I'm not sure if this is totally correct, it looks like we create **two** `EagerCallLoc`s per macro invocation, one for the arguments (?), and one for the actual macro call. I gave both the same `AstId`, hopefully that's correct.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2020-12-23 06:22:28 +00:00
..
2020-12-22 18:03:51 +00:00
2020-12-20 11:47:01 +00:00
2020-12-21 08:54:31 +00:00
2020-12-22 15:07:36 +00:00
2020-12-21 08:54:31 +00:00