rust/crates/rust-analyzer
bors c9afd41219 Auto merge of #15636 - 9999years:show-which-roots-are-scanned, r=Veykril
Show which roots are being scanned in progress messages

This changes the `Roots Scanned` message to include the directory being scanned.

Before: `Roots Scanned 206/210 (98%)`
After: `Roots Scanned 206/210: .direnv (98%)`

This makes it a lot easier to tell that `rust-analyzer` isn't crashed, it's just trying to scan a huge directory.

See: #12613
2024-01-16 09:44:56 +00:00
..
src Auto merge of #15636 - 9999years:show-which-roots-are-scanned, r=Veykril 2024-01-16 09:44:56 +00:00
tests/slow-tests fix: failed to infer OUT_DIR when workspace root contains symlink 2024-01-12 13:35:53 +08:00
build.rs
Cargo.toml Remove rustc_dependencies crate 2024-01-08 15:39:35 +01:00