mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Add ra_ide_api::expand
This module should handle all tricky bits with mapping macro-expanded HirFileId to original files the user actually can see in the editor
This commit is contained in:
parent
6d8ca870b3
commit
9fcd98e956
4 changed files with 69 additions and 55 deletions
|
@ -41,6 +41,7 @@ mod matching_brace;
|
|||
mod display;
|
||||
mod inlay_hints;
|
||||
mod wasm_shims;
|
||||
mod expand;
|
||||
|
||||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue