mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 18:43:01 +00:00
Merge from rust-lang/rust
This commit is contained in:
commit
f373437c22
10 changed files with 50 additions and 39 deletions
|
|
@ -25,7 +25,7 @@ impl flags::Scip {
|
|||
eprintln!("Generating SCIP start...");
|
||||
let now = Instant::now();
|
||||
|
||||
let no_progress = &|s| (eprintln!("rust-analyzer: Loading {s}"));
|
||||
let no_progress = &|s| eprintln!("rust-analyzer: Loading {s}");
|
||||
let root =
|
||||
vfs::AbsPathBuf::assert_utf8(std::env::current_dir()?.join(&self.path)).normalize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue