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/0001_const_unsafe_fn.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/0001_const_unsafe_fn.txt')
-rw-r--r-- | tests/data/parser/inline/0001_const_unsafe_fn.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/data/parser/inline/0001_const_unsafe_fn.txt b/tests/data/parser/inline/0001_const_unsafe_fn.txt index 59bf89ddb..48de02284 100644 --- a/tests/data/parser/inline/0001_const_unsafe_fn.txt +++ b/tests/data/parser/inline/0001_const_unsafe_fn.txt | |||
@@ -10,7 +10,8 @@ FILE@[0; 25) | |||
10 | IDENT@[16; 19) "foo" | 10 | IDENT@[16; 19) "foo" |
11 | L_PAREN@[19; 20) | 11 | L_PAREN@[19; 20) |
12 | R_PAREN@[20; 21) | 12 | R_PAREN@[20; 21) |
13 | WHITESPACE@[21; 22) | 13 | BLOCK@[21; 25) |
14 | L_CURLY@[22; 23) | 14 | WHITESPACE@[21; 22) |
15 | R_CURLY@[23; 24) | 15 | L_CURLY@[22; 23) |
16 | WHITESPACE@[24; 25) | 16 | R_CURLY@[23; 24) |
17 | WHITESPACE@[24; 25) | ||