mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
warn louder on mising sysroot
This commit is contained in:
parent
738c958a04
commit
f60153ee9e
2 changed files with 9 additions and 1 deletions
|
@ -65,7 +65,7 @@ pub fn main_loop(
|
|||
let workspaces = match ws_worker.recv().unwrap() {
|
||||
Ok(ws) => vec![ws],
|
||||
Err(e) => {
|
||||
log::warn!("loading workspace failed: {}", e);
|
||||
log::error!("loading workspace failed: {}", e);
|
||||
Vec::new()
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue