mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 03:36:02 +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`