aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt b/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt
index 2f0878572..0ba17cf8d 100644
--- a/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt
+++ b/crates/ra_syntax/test_data/parser/err/0014_where_no_bounds.txt
@@ -24,8 +24,9 @@ SOURCE_FILE@[0; 23)
24 NAME_REF@[18; 19) 24 NAME_REF@[18; 19)
25 IDENT@[18; 19) "T" 25 IDENT@[18; 19) "T"
26 WHITESPACE@[19; 20) " " 26 WHITESPACE@[19; 20) " "
27 BLOCK@[20; 22) 27 BLOCK_EXPR@[20; 22)
28 L_CURLY@[20; 21) "{" 28 BLOCK@[20; 22)
29 R_CURLY@[21; 22) "}" 29 L_CURLY@[20; 21) "{"
30 R_CURLY@[21; 22) "}"
30 WHITESPACE@[22; 23) "\n" 31 WHITESPACE@[22; 23) "\n"
31error 19: expected colon 32error 19: expected colon