rust/compiler/rustc_monomorphize
Esteban Küber 9f566f2463 Don't use matches! when == suffices
In the codebase we sometimes use `matches!` for values that can actually just be compared. Replace them with `==`.
2025-12-26 20:28:19 +00:00
..
src Don't use matches! when == suffices 2025-12-26 20:28:19 +00:00
Cargo.toml Revert introduction of [workspace.dependencies]. 2025-09-02 19:12:54 +10:00
messages.ftl mono: require target feature for scalable vectors 2025-12-16 11:01:26 +00:00