Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/err/0043_weird_blocks.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/err/0043_weird_blocks.rast | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/crates/syntax/test_data/parser/err/0043_weird_blocks.rast b/crates/syntax/test_data/parser/err/0043_weird_blocks.rast index e24f01e292..797a089648 100644 --- a/crates/syntax/test_data/parser/err/0043_weird_blocks.rast +++ b/crates/syntax/test_data/parser/err/0043_weird_blocks.rast @@ -51,12 +51,11 @@ [email protected] - [email protected] "'label" - [email protected] ":" + [email protected] "'label" + [email protected] ":" [email protected] "92" @@ -69,4 +68,3 @@ error 24..24: expected existential, fn, trait or impl error 41..41: expected existential, fn, trait or impl error 56..56: expected a block error 75..75: expected a loop -error 75..75: expected SEMICOLON |