mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Show proc-macro loading errors in unresolved-proc-macro diagnostics
This commit is contained in:
parent
15c63c4119
commit
7d51fc4640
14 changed files with 149 additions and 114 deletions
|
@ -233,7 +233,7 @@ impl Analysis {
|
|||
cfg_options.clone(),
|
||||
cfg_options,
|
||||
Env::default(),
|
||||
Default::default(),
|
||||
Ok(Vec::new()),
|
||||
false,
|
||||
CrateOrigin::CratesIo { repo: None },
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue