rust/crates/ide
bors bafa6c4ee5 Auto merge of #14935 - Veykril:sysroot-dedup, r=Veykril
fix: Don't duplicate sysroot crates in rustc workspace

Since we handle `library` as the sysroot source directly in the rustc workspace, we now duplicate the crates there, once as sysroot and once as just plain workspace crate. This causes a variety of issues for `vec!` macros and similar that emit `$crate` tokens across crates.
2023-05-31 13:50:53 +00:00
..
src Auto merge of #14935 - Veykril:sysroot-dedup, r=Veykril 2023-05-31 13:50:53 +00:00
Cargo.toml Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00