summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/nonterminal-recollect-attr.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/proc-macro/nonterminal-recollect-attr.stdout')
-rw-r--r--src/test/ui/proc-macro/nonterminal-recollect-attr.stdout66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/test/ui/proc-macro/nonterminal-recollect-attr.stdout b/src/test/ui/proc-macro/nonterminal-recollect-attr.stdout
new file mode 100644
index 000000000..6824395ae
--- /dev/null
+++ b/src/test/ui/proc-macro/nonterminal-recollect-attr.stdout
@@ -0,0 +1,66 @@
+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 (#4),
+ },
+ Ident {
+ ident: "Foo",
+ span: $DIR/nonterminal-recollect-attr.rs:14:19: 14:22 (#4),
+ },
+ Group {
+ delimiter: Brace,
+ stream: TokenStream [
+ Ident {
+ ident: "field",
+ span: $DIR/nonterminal-recollect-attr.rs:15:13: 15:18 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/nonterminal-recollect-attr.rs:15:18: 15:19 (#4),
+ },
+ Ident {
+ ident: "u8",
+ span: $DIR/nonterminal-recollect-attr.rs:15:20: 15:22 (#4),
+ },
+ ],
+ span: $DIR/nonterminal-recollect-attr.rs:14:23: 16:10 (#4),
+ },
+]
+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 (#4),
+ },
+ Ident {
+ ident: "Foo",
+ span: $DIR/nonterminal-recollect-attr.rs:14:19: 14:22 (#4),
+ },
+ Group {
+ delimiter: Brace,
+ stream: TokenStream [
+ Ident {
+ ident: "field",
+ span: $DIR/nonterminal-recollect-attr.rs:15:13: 15:18 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/nonterminal-recollect-attr.rs:15:18: 15:19 (#4),
+ },
+ Ident {
+ ident: "u8",
+ span: $DIR/nonterminal-recollect-attr.rs:15:20: 15:22 (#4),
+ },
+ ],
+ span: $DIR/nonterminal-recollect-attr.rs:14:23: 16:10 (#4),
+ },
+]