Files
rust/compiler
Matthias Krüger d7e10f083c Rollup merge of #142805 - estebank:underscore-import, r=compiler-errors
Emit a single error when importing a path with `_`

When encountering `use _;`, `use _::*'` or similar, do not emit two errors for that single mistake. This also side-steps the issue of resolve errors suggesting adding a crate named `_` to `Cargo.toml`.

Fix rust-lang/rust#142662.
2025-06-24 20:46:04 +02:00
..
2025-06-21 11:11:34 -07:00
2025-06-23 12:20:02 +02:00
2025-05-12 15:33:37 +02:00
2025-06-03 14:23:56 +02:00