fix: Properly handle proc-macro crate types for nameres
This commit is contained in:
@@ -231,6 +231,7 @@ impl Analysis {
|
||||
cfg_options,
|
||||
Env::default(),
|
||||
Default::default(),
|
||||
false,
|
||||
Default::default(),
|
||||
);
|
||||
change.change_file(file_id, Some(Arc::new(text)));
|
||||
|
||||
Reference in New Issue
Block a user