Files
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
..
2025-12-26 20:28:19 +00:00