mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
252ce10bb0
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`