mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Report better errors in project.json/sysroot
This commit is contained in:
parent
4f1167d8dd
commit
681ac6294a
4 changed files with 36 additions and 17 deletions
|
@ -109,7 +109,7 @@ impl GlobalState {
|
|||
)
|
||||
}
|
||||
LinkedProject::InlineJsonProject(it) => {
|
||||
Ok(project_model::ProjectWorkspace::Json { project: it.clone() })
|
||||
project_model::ProjectWorkspace::load_inline(it.clone())
|
||||
}
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue