mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
cc8faa697c
feat: Allow navigation targets to be duplicated when the focus range lies in the macro definition site  Basically if a name of an item originates from the macro definition we now point to that as well as the creating macro call. Big diff because I also made `FileId`s field private due to some debugging I had to do (having a searchable constructor makes things easier).