rust/crates/rust-analyzer
bors 4d4c05d32b Auto merge of #13428 - Veykril:fmt-stuck, r=Veykril
fix: Fix formatting requests hanging when r-a is still starting

The reason for that was that we were calculating the crate defmaps of the file we are saving by accident causing us to get stuck waiting on their expensive computation, while we only need the relevant crate id.

Closes https://github.com/rust-lang/rust-analyzer/issues/4054
Closes https://github.com/rust-lang/rust-analyzer/issues/11654
2022-10-17 16:21:32 +00:00
..
src Auto merge of #13428 - Veykril:fmt-stuck, r=Veykril 2022-10-17 16:21:32 +00:00
tests/slow-tests Add new license 2022-10-15 14:26:30 +03:00
build.rs
Cargo.toml Bump mimalloc 2022-10-15 12:59:56 +03:00