mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

unify `IsPattern` and `IsImport` enum in `show_candidates` Follow-up of #102876 A binding cannot appear in both pattern and import at the same time, so it makes sense to unify them r? `@compiler-errors`