Files
rust/tests
Esteban Küber d82fb1e72d 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`.
2025-06-24 16:21:26 +00:00
..
2025-06-16 23:04:35 +00:00
2025-06-18 10:20:20 +02:00
2025-05-23 12:10:53 +00:00
2025-06-17 23:22:51 +02:00