diff options
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err')
-rw-r--r-- | crates/ra_syntax/tests/data/parser/err/0028_macro_2.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0028_macro_2.0.txt b/crates/ra_syntax/tests/data/parser/err/0028_macro_2.0.txt index 12919fab7..440bd7f92 100644 --- a/crates/ra_syntax/tests/data/parser/err/0028_macro_2.0.txt +++ b/crates/ra_syntax/tests/data/parser/err/0028_macro_2.0.txt | |||
@@ -6,7 +6,8 @@ SOURCE_FILE@[0; 349) | |||
6 | IDENT@[0; 5) "macro" | 6 | IDENT@[0; 5) "macro" |
7 | err: `expected EXCL` | 7 | err: `expected EXCL` |
8 | WHITESPACE@[5; 6) | 8 | WHITESPACE@[5; 6) |
9 | IDENT@[6; 21) "parse_use_trees" | 9 | NAME@[6; 21) |
10 | IDENT@[6; 21) "parse_use_trees" | ||
10 | TOKEN_TREE@[21; 41) | 11 | TOKEN_TREE@[21; 41) |
11 | L_PAREN@[21; 22) | 12 | L_PAREN@[21; 22) |
12 | DOLLAR@[22; 23) | 13 | DOLLAR@[22; 23) |