aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt')
-rw-r--r--crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt b/crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt
index 81d445254..b9e60f6c1 100644
--- a/crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt
+++ b/crates/ra_syntax/test_data/parser/err/0018_incomplete_fn.txt
@@ -125,8 +125,8 @@ SOURCE_FILE@[0; 183)
125 WHITESPACE@[180; 181) "\n" 125 WHITESPACE@[180; 181) "\n"
126 R_CURLY@[181; 182) "}" 126 R_CURLY@[181; 182) "}"
127 WHITESPACE@[182; 183) "\n" 127 WHITESPACE@[182; 183) "\n"
128error [34; 35): expected pattern 128error [34; 34): expected pattern
129error [34; 35): expected COLON 129error [34; 34): expected COLON
130error [34; 35): expected type 130error [34; 34): expected type
131error [180; 181): expected function arguments 131error [180; 180): expected function arguments
132error [180; 181): expected a block 132error [180; 180): expected a block