aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast48
1 files changed, 24 insertions, 24 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast b/crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast
index 36b848be3..b18378cff 100644
--- a/crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast
+++ b/crates/ra_syntax/test_data/parser/err/0015_curly_in_params.rast
@@ -1,24 +1,24 @@
1SOURCE_FILE@[0; 14) 1SOURCE_FILE@0..14
2 FN_DEF@[0; 7) 2 FN_DEF@0..7
3 FN_KW@[0; 2) "fn" 3 FN_KW@0..2 "fn"
4 WHITESPACE@[2; 3) " " 4 WHITESPACE@2..3 " "
5 NAME@[3; 6) 5 NAME@3..6
6 IDENT@[3; 6) "foo" 6 IDENT@3..6 "foo"
7 PARAM_LIST@[6; 7) 7 PARAM_LIST@6..7
8 L_PAREN@[6; 7) "(" 8 L_PAREN@6..7 "("
9 ERROR@[7; 8) 9 ERROR@7..8
10 R_CURLY@[7; 8) "}" 10 R_CURLY@7..8 "}"
11 ERROR@[8; 9) 11 ERROR@8..9
12 R_PAREN@[8; 9) ")" 12 R_PAREN@8..9 ")"
13 WHITESPACE@[9; 10) " " 13 WHITESPACE@9..10 " "
14 ERROR@[10; 13) 14 ERROR@10..13
15 L_CURLY@[10; 11) "{" 15 L_CURLY@10..11 "{"
16 WHITESPACE@[11; 12) "\n" 16 WHITESPACE@11..12 "\n"
17 R_CURLY@[12; 13) "}" 17 R_CURLY@12..13 "}"
18 WHITESPACE@[13; 14) "\n" 18 WHITESPACE@13..14 "\n"
19error [7; 7): expected value parameter 19error 7..7: expected value parameter
20error [7; 7): expected R_PAREN 20error 7..7: expected R_PAREN
21error [7; 7): expected a block 21error 7..7: expected a block
22error [7; 7): unmatched `}` 22error 7..7: unmatched `}`
23error [8; 8): expected an item 23error 8..8: expected an item
24error [10; 10): expected an item 24error 10..10: expected an item