rust-analyzer/crates/hir-def
bors 22b6f9679d Auto merge of #16439 - wasd96040501:feat/gotodef3, r=Veykril
feat: Support for GOTO def from *inside* files included with include! macro

close #14937
Try to implement goto def from *inside* files included with include! macro.
This implementation has two limitations:
1. Only **one** file which calls include! will be tracked. (I think multiple file be included is a rare case and we may let it go for now)
2. Mapping token from included file to macro call file (semantics.rs:646~658) works fine but I am not sure is this the correct way to implement.
2024-01-30 11:27:18 +00:00
..
src Auto merge of #16439 - wasd96040501:feat/gotodef3, r=Veykril 2024-01-30 11:27:18 +00:00
Cargo.toml Remove rustc_dependencies crate 2024-01-08 15:39:35 +01:00