mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
fix: Properly handle proc-macro crate types for nameres
This commit is contained in:
parent
2537ad0d9e
commit
3edc5dcea8
8 changed files with 133 additions and 97 deletions
|
@ -231,6 +231,7 @@ impl Analysis {
|
|||
cfg_options,
|
||||
Env::default(),
|
||||
Default::default(),
|
||||
false,
|
||||
Default::default(),
|
||||
);
|
||||
change.change_file(file_id, Some(Arc::new(text)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue