mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
457e84f4d8
This does not fully fix things, but it introduces a function that can be used to fix occurences. When using `to_def` functionality, the input node needs to come from the macro expanded include, not the real file that was included. This does unfortunately add more caller burden, but there is not really a way around it.