]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/nonterminal-recollect-attr.stdout
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / proc-macro / nonterminal-recollect-attr.stdout
1 First recollected: TokenStream [
2     Ident {
3         ident: "pub",
4         span: $DIR/nonterminal-recollect-attr.rs:20:11: 20:14 (#0),
5     },
6     Ident {
7         ident: "struct",
8         span: $DIR/nonterminal-recollect-attr.rs:14:12: 14:18 (#4),
9     },
10     Ident {
11         ident: "Foo",
12         span: $DIR/nonterminal-recollect-attr.rs:14:19: 14:22 (#4),
13     },
14     Group {
15         delimiter: Brace,
16         stream: TokenStream [
17             Ident {
18                 ident: "field",
19                 span: $DIR/nonterminal-recollect-attr.rs:15:13: 15:18 (#4),
20             },
21             Punct {
22                 ch: ':',
23                 spacing: Alone,
24                 span: $DIR/nonterminal-recollect-attr.rs:15:18: 15:19 (#4),
25             },
26             Ident {
27                 ident: "u8",
28                 span: $DIR/nonterminal-recollect-attr.rs:15:20: 15:22 (#4),
29             },
30         ],
31         span: $DIR/nonterminal-recollect-attr.rs:14:23: 16:10 (#4),
32     },
33 ]
34 Second recollected: TokenStream [
35     Ident {
36         ident: "pub",
37         span: $DIR/nonterminal-recollect-attr.rs:20:11: 20:14 (#0),
38     },
39     Ident {
40         ident: "struct",
41         span: $DIR/nonterminal-recollect-attr.rs:14:12: 14:18 (#4),
42     },
43     Ident {
44         ident: "Foo",
45         span: $DIR/nonterminal-recollect-attr.rs:14:19: 14:22 (#4),
46     },
47     Group {
48         delimiter: Brace,
49         stream: TokenStream [
50             Ident {
51                 ident: "field",
52                 span: $DIR/nonterminal-recollect-attr.rs:15:13: 15:18 (#4),
53             },
54             Punct {
55                 ch: ':',
56                 spacing: Alone,
57                 span: $DIR/nonterminal-recollect-attr.rs:15:18: 15:19 (#4),
58             },
59             Ident {
60                 ident: "u8",
61                 span: $DIR/nonterminal-recollect-attr.rs:15:20: 15:22 (#4),
62             },
63         ],
64         span: $DIR/nonterminal-recollect-attr.rs:14:23: 16:10 (#4),
65     },
66 ]