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