Recover some items that expect braces and don't take semicolons
This commit is contained in:
parent
f3fafbb006
commit
4d0d688a3c
7 changed files with 78 additions and 11 deletions
|
@ -158,3 +158,6 @@ parser_remove_let = expected pattern, found `let`
|
|||
|
||||
parser_use_eq_instead = unexpected `==`
|
||||
.suggestion = try using `=` instead
|
||||
|
||||
parser_use_empty_block_not_semi = expected { "`{}`" }, found `;`
|
||||
.suggestion = try using { "`{}`" } instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue