rust/compiler/rustc_parse
Jonathan Brouwer d63068b3b4
Rollup merge of #150405 - estebank:matches-could-be-equals, r=Kivooeo
Don't use `matches!` when `==` suffices

In the codebase we sometimes use `matches!` for values that can actually just be compared. Replace them with `==`.

Subset of rust-lang/rust#149933.
2025-12-27 13:42:01 +01:00
..
src Rollup merge of #150405 - estebank:matches-could-be-equals, r=Kivooeo 2025-12-27 13:42:01 +01:00
Cargo.toml refactor: Move to anstream + anstyle for styling 2025-10-20 12:13:25 -06:00
messages.ftl Support syntax for one-line trait reuse 2025-12-23 10:34:23 +03:00