aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt b/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
index 061e6fb31..9298b45a4 100644
--- a/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
+++ b/crates/ra_syntax/test_data/parser/err/0027_incomplere_where_for.txt
@@ -20,9 +20,10 @@ SOURCE_FILE@[0; 30)
20 LIFETIME@[23; 25) "\'a" 20 LIFETIME@[23; 25) "\'a"
21 R_ANGLE@[25; 26) ">" 21 R_ANGLE@[25; 26) ">"
22 WHITESPACE@[26; 27) "\n" 22 WHITESPACE@[26; 27) "\n"
23 BLOCK@[27; 29) 23 BLOCK_EXPR@[27; 29)
24 L_CURLY@[27; 28) "{" 24 BLOCK@[27; 29)
25 R_CURLY@[28; 29) "}" 25 L_CURLY@[27; 28) "{"
26 R_CURLY@[28; 29) "}"
26 WHITESPACE@[29; 30) "\n" 27 WHITESPACE@[29; 30) "\n"
27error 26: expected a path 28error 26: expected a path
28error 26: expected colon 29error 26: expected colon