aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt b/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
index 52ad7bef7..276a58b69 100644
--- a/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
+++ b/crates/ra_syntax/tests/data/parser/err/0014_where_no_bounds.txt
@@ -23,9 +23,9 @@ SOURCE_FILE@[0; 23)
23 PATH_SEGMENT@[18; 19) 23 PATH_SEGMENT@[18; 19)
24 NAME_REF@[18; 19) 24 NAME_REF@[18; 19)
25 IDENT@[18; 19) "T" 25 IDENT@[18; 19) "T"
26 err: `expected colon`
27 WHITESPACE@[19; 20) " " 26 WHITESPACE@[19; 20) " "
28 BLOCK@[20; 22) 27 BLOCK@[20; 22)
29 L_CURLY@[20; 21) "{" 28 L_CURLY@[20; 21) "{"
30 R_CURLY@[21; 22) "}" 29 R_CURLY@[21; 22) "}"
31 WHITESPACE@[22; 23) "\n" 30 WHITESPACE@[22; 23) "\n"
31err: `expected colon`