aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0019_let_recover.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0019_let_recover.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0019_let_recover.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0019_let_recover.txt b/crates/ra_syntax/test_data/parser/err/0019_let_recover.txt
index cc3578e54..3e6f82dc4 100644
--- a/crates/ra_syntax/test_data/parser/err/0019_let_recover.txt
+++ b/crates/ra_syntax/test_data/parser/err/0019_let_recover.txt
@@ -95,13 +95,13 @@ SOURCE_FILE@[0; 139)
95 WHITESPACE@[136; 137) "\n" 95 WHITESPACE@[136; 137) "\n"
96 R_CURLY@[137; 138) "}" 96 R_CURLY@[137; 138) "}"
97 WHITESPACE@[138; 139) "\n" 97 WHITESPACE@[138; 139) "\n"
98error 24: expected expression 98error [24; 25): expected expression
99error 24: expected SEMI 99error [24; 25): expected SEMI
100error 49: expected pattern 100error [49; 50): expected pattern
101error 49: expected SEMI 101error [49; 50): expected SEMI
102error 75: expected pattern 102error [75; 76): expected pattern
103error 75: expected SEMI 103error [75; 76): expected SEMI
104error 98: expected pattern 104error [98; 99): expected pattern
105error 98: expected SEMI 105error [98; 99): expected SEMI
106error 124: expected pattern 106error [124; 125): expected pattern
107error 124: expected SEMI 107error [124; 125): expected SEMI