aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt')
-rw-r--r--tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt b/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt
index dd6e24096..d6c27cf58 100644
--- a/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt
+++ b/tests/data/parser/inline/0029_fn_pointer_type_missing_fn.txt
@@ -8,17 +8,17 @@ FILE@[0; 20)
8 EQ@[7; 8) 8 EQ@[7; 8)
9 WHITESPACE@[8; 9) 9 WHITESPACE@[8; 9)
10 UNSAFE_KW@[9; 15) 10 UNSAFE_KW@[9; 15)
11 err: `expected `fn``
12 err: `expected SEMI` 11 err: `expected SEMI`
12 err: `expected `fn``
13 WHITESPACE@[15; 16) 13 WHITESPACE@[15; 16)
14 err: `expected item`
14 ERROR@[16; 17) 15 ERROR@[16; 17)
15 err: `expected item`
16 L_PAREN@[16; 17) 16 L_PAREN@[16; 17)
17 err: `expected item`
17 ERROR@[17; 18) 18 ERROR@[17; 18)
18 err: `expected item`
19 R_PAREN@[17; 18) 19 R_PAREN@[17; 18)
20 ERROR@[18; 20) 20 err: `expected item, found `;`
21 err: `expected item, found `;`
22consider removing this semicolon` 21consider removing this semicolon`
22 ERROR@[18; 20)
23 SEMI@[18; 19) 23 SEMI@[18; 19)
24 WHITESPACE@[19; 20) 24 WHITESPACE@[19; 20)