diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-17 22:07:16 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-17 22:07:16 +0000 |
commit | 9500ad521121f501aea02f549223eb583cb298ee (patch) | |
tree | a383a2e71da6029bbd6a5669b5f9d2b99a1b0a92 /tests/data/parser/inline/0013_unsafe_block_in_mod.txt | |
parent | 8c4c5b5b802a204bfeef52e215358ae838900f1f (diff) | |
parent | c6f4a06b4297f498da4bc2cd747aa38effb855b0 (diff) |
Merge #54
54: G: value_parameters, patterns & let statement r=matklad a=matklad
bors r+
Diffstat (limited to 'tests/data/parser/inline/0013_unsafe_block_in_mod.txt')
-rw-r--r-- | tests/data/parser/inline/0013_unsafe_block_in_mod.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/data/parser/inline/0013_unsafe_block_in_mod.txt b/tests/data/parser/inline/0013_unsafe_block_in_mod.txt index 305e3058d..5ddc1736c 100644 --- a/tests/data/parser/inline/0013_unsafe_block_in_mod.txt +++ b/tests/data/parser/inline/0013_unsafe_block_in_mod.txt | |||
@@ -6,9 +6,10 @@ FILE@[0; 33) | |||
6 | IDENT@[3; 6) "foo" | 6 | IDENT@[3; 6) "foo" |
7 | L_PAREN@[6; 7) | 7 | L_PAREN@[6; 7) |
8 | R_PAREN@[7; 8) | 8 | R_PAREN@[7; 8) |
9 | L_CURLY@[8; 9) | 9 | BLOCK@[8; 11) |
10 | R_CURLY@[9; 10) | 10 | L_CURLY@[8; 9) |
11 | WHITESPACE@[10; 11) | 11 | R_CURLY@[9; 10) |
12 | WHITESPACE@[10; 11) | ||
12 | UNSAFE_KW@[11; 17) | 13 | UNSAFE_KW@[11; 17) |
13 | ERROR@[17; 22) | 14 | ERROR@[17; 22) |
14 | err: `expected `trait`, `impl` or `fn`` | 15 | err: `expected `trait`, `impl` or `fn`` |
@@ -24,6 +25,7 @@ FILE@[0; 33) | |||
24 | IDENT@[25; 28) "bar" | 25 | IDENT@[25; 28) "bar" |
25 | L_PAREN@[28; 29) | 26 | L_PAREN@[28; 29) |
26 | R_PAREN@[29; 30) | 27 | R_PAREN@[29; 30) |
27 | L_CURLY@[30; 31) | 28 | BLOCK@[30; 33) |
28 | R_CURLY@[31; 32) | 29 | L_CURLY@[30; 31) |
29 | WHITESPACE@[32; 33) | 30 | R_CURLY@[31; 32) |
31 | WHITESPACE@[32; 33) | ||