Merge from rust-lang/rust

This commit is contained in:
Laurențiu Nicola 2025-07-15 17:27:46 +03:00
commit f373437c22
10 changed files with 50 additions and 39 deletions

View file

@ -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();