fixes #101477: Recover from typo where == is used in place of =
This commit is contained in:
parent
e7c7aa7288
commit
ddb225f1f5
8 changed files with 73 additions and 0 deletions
|
@ -153,3 +153,6 @@ parser_left_arrow_operator = unexpected token: `<-`
|
|||
|
||||
parser_remove_let = expected pattern, found `let`
|
||||
.suggestion = remove the unnecessary `let` keyword
|
||||
|
||||
parser_use_eq_instead = unexpected `==`
|
||||
.suggestion = try using `=` instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue