rust/tests/ui/proc-macro/nonterminal-recollect-attr.stdout
Amanieu d'Antras 07f855d781 Hide compiler_builtins in the prelude
This crate is a private implementation detail. We only need to insert it
into the crate graph for linking and should not expose any of its public
API.

Fixes #113533
2023-07-14 16:53:36 +01:00

67 lines
1.9 KiB
Plaintext

First recollected: TokenStream [
Ident {
ident: "pub",
span: $DIR/nonterminal-recollect-attr.rs:20:11: 20:14 (#0),
},
Ident {
ident: "struct",
span: $DIR/nonterminal-recollect-attr.rs:14:12: 14:18 (#3),
},
Ident {
ident: "Foo",
span: $DIR/nonterminal-recollect-attr.rs:14:19: 14:22 (#3),
},
Group {
delimiter: Brace,
stream: TokenStream [
Ident {
ident: "field",
span: $DIR/nonterminal-recollect-attr.rs:15:13: 15:18 (#3),
},
Punct {
ch: ':',
spacing: Alone,
span: $DIR/nonterminal-recollect-attr.rs:15:18: 15:19 (#3),
},
Ident {
ident: "u8",
span: $DIR/nonterminal-recollect-attr.rs:15:20: 15:22 (#3),
},
],
span: $DIR/nonterminal-recollect-attr.rs:14:23: 16:10 (#3),
},
]
Second recollected: TokenStream [
Ident {
ident: "pub",
span: $DIR/nonterminal-recollect-attr.rs:20:11: 20:14 (#0),
},
Ident {
ident: "struct",
span: $DIR/nonterminal-recollect-attr.rs:14:12: 14:18 (#3),
},
Ident {
ident: "Foo",
span: $DIR/nonterminal-recollect-attr.rs:14:19: 14:22 (#3),
},
Group {
delimiter: Brace,
stream: TokenStream [
Ident {
ident: "field",
span: $DIR/nonterminal-recollect-attr.rs:15:13: 15:18 (#3),
},
Punct {
ch: ':',
spacing: Alone,
span: $DIR/nonterminal-recollect-attr.rs:15:18: 15:19 (#3),
},
Ident {
ident: "u8",
span: $DIR/nonterminal-recollect-attr.rs:15:20: 15:22 (#3),
},
],
span: $DIR/nonterminal-recollect-attr.rs:14:23: 16:10 (#3),
},
]