Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/err/0035_use_recover.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/err/0035_use_recover.rast | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/syntax/test_data/parser/err/0035_use_recover.rast b/crates/syntax/test_data/parser/err/0035_use_recover.rast index a95151bc5b..14eaf9e9b0 100644 --- a/crates/syntax/test_data/parser/err/0035_use_recover.rast +++ b/crates/syntax/test_data/parser/err/0035_use_recover.rast @@ -45,8 +45,9 @@ [email protected] - [email protected] "{" - [email protected] "}" + [email protected] "{" + [email protected] "}" [email protected] "\n" error 17..17: expected one of `*`, `::`, `{`, `self`, `super` or an identifier error 17..17: expected SEMICOLON |