rust-analyzer/crates/base-db/src
Chayim Refael Friedman 56fb415ba7 Don't allow duplicate crates in the all_crates list
For some reason we had them in some projects, I'm not sure why. But this caused cache priming to appear stuck - because it uses a set of crate IDs for the actual work, but for the number of crates to index it just uses `db.all_crates().len()`.
2025-05-14 21:38:40 +03:00
..
change.rs prefer default over new 2025-04-04 15:49:50 +02:00
input.rs Don't allow duplicate crates in the all_crates list 2025-05-14 21:38:40 +03:00
lib.rs chore: Adjust panic context printing 2025-04-30 07:40:11 +02:00