diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-10 11:23:41 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-10 11:23:41 +0000 |
commit | b814d931514cdc250f9156dabd874edf685569d0 (patch) | |
tree | 6de85e5e662bc0c6eca78715496a02867da1eff9 /tests/data/parser/inline/0006_extern_struct.txt | |
parent | c3b009b6d24225ad2add62fce8206918fceba3eb (diff) | |
parent | 199b3a1604095beee9eaeec541c8f158e85493ea (diff) |
Merge #46
46: Names r=matklad a=matklad
bors r+
Diffstat (limited to 'tests/data/parser/inline/0006_extern_struct.txt')
-rw-r--r-- | tests/data/parser/inline/0006_extern_struct.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/parser/inline/0006_extern_struct.txt b/tests/data/parser/inline/0006_extern_struct.txt index 13917d7f3..93a5b0477 100644 --- a/tests/data/parser/inline/0006_extern_struct.txt +++ b/tests/data/parser/inline/0006_extern_struct.txt | |||
@@ -5,7 +5,8 @@ FILE@[0; 19) | |||
5 | err: `expected `fn` or `{`` | 5 | err: `expected `fn` or `{`` |
6 | STRUCT_ITEM@[7; 19) | 6 | STRUCT_ITEM@[7; 19) |
7 | STRUCT_KW@[7; 13) | 7 | STRUCT_KW@[7; 13) |
8 | WHITESPACE@[13; 14) | 8 | NAME@[13; 17) |
9 | IDENT@[14; 17) "Foo" | 9 | WHITESPACE@[13; 14) |
10 | IDENT@[14; 17) "Foo" | ||
10 | SEMI@[17; 18) | 11 | SEMI@[17; 18) |
11 | WHITESPACE@[18; 19) | 12 | WHITESPACE@[18; 19) |