Commit Graph

3 Commits

Author SHA1 Message Date
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
Esteban Küber
a56bf51d82 Make some use _ tests multi-edition 2025-06-20 19:21:44 +00:00
bohan
df019a9f46 skip updating when external binding is existed 2024-08-20 20:34:13 +08:00