Files
rust/compiler/rustc_data_structures/src
bors 08de25c4ea Auto merge of #149273 - bjorn3:crate_locator_improvements, r=petrochenkov
Don't leak sysroot crates through dependencies

Previously if a dependency of the current crate depended on a sysroot crate, then `extern crate` would in the current crate would pick the first loaded version of said sysroot crate even in case of an ambiguity. This is surprising and brittle. For `-Ldependency=` we already blocked this since rust-lang/rust#110229, but the fix didn't account for sysroot crates.

Should fix https://github.com/rust-lang/rust/issues/147966
2025-12-14 09:16:11 +00:00
..
2023-12-10 10:56:22 +08:00
2025-10-15 14:23:28 +08:00
2023-12-10 10:56:22 +08:00
2025-04-09 12:29:59 +01:00
2024-07-29 08:26:52 +10:00
2025-06-12 15:26:06 +10:00
2025-07-01 10:55:49 -07:00
2020-08-30 18:45:07 +03:00
2025-07-01 10:55:49 -07:00
2025-11-27 18:09:05 +00:00
2025-02-17 21:35:52 -05:00
2025-12-02 00:37:17 +07:00
2025-03-26 15:46:05 +01:00
2025-11-04 17:49:00 +01:00
2025-06-11 16:56:01 -07:00
2025-05-15 19:55:43 +02:00
2024-10-12 15:17:03 +01:00
2025-01-11 11:34:01 +00:00