Detect >=
to =>
typo in comparisons
#117245
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When encountering code like
if 42 => 2 {}
, we currently emitBut it should be closer to
The text was updated successfully, but these errors were encountered: