summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/issue-76182-leading-vert-pat.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/proc-macro/issue-76182-leading-vert-pat.stdout')
-rw-r--r--src/test/ui/proc-macro/issue-76182-leading-vert-pat.stdout62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/test/ui/proc-macro/issue-76182-leading-vert-pat.stdout b/src/test/ui/proc-macro/issue-76182-leading-vert-pat.stdout
deleted file mode 100644
index 09eb33f7e..000000000
--- a/src/test/ui/proc-macro/issue-76182-leading-vert-pat.stdout
+++ /dev/null
@@ -1,62 +0,0 @@
-PRINT-ATTR INPUT (DISPLAY): fn main() { match() { | () => () } }
-PRINT-ATTR INPUT (DEBUG): TokenStream [
- Ident {
- ident: "fn",
- span: $DIR/issue-76182-leading-vert-pat.rs:14:1: 14:3 (#0),
- },
- Ident {
- ident: "main",
- span: $DIR/issue-76182-leading-vert-pat.rs:14:4: 14:8 (#0),
- },
- Group {
- delimiter: Parenthesis,
- stream: TokenStream [],
- span: $DIR/issue-76182-leading-vert-pat.rs:14:8: 14:10 (#0),
- },
- Group {
- delimiter: Brace,
- stream: TokenStream [
- Ident {
- ident: "match",
- span: $DIR/issue-76182-leading-vert-pat.rs:15:5: 15:10 (#0),
- },
- Group {
- delimiter: Parenthesis,
- stream: TokenStream [],
- span: $DIR/issue-76182-leading-vert-pat.rs:15:11: 15:13 (#0),
- },
- Group {
- delimiter: Brace,
- stream: TokenStream [
- Punct {
- ch: '|',
- spacing: Alone,
- span: $DIR/issue-76182-leading-vert-pat.rs:15:16: 15:17 (#0),
- },
- Group {
- delimiter: Parenthesis,
- stream: TokenStream [],
- span: $DIR/issue-76182-leading-vert-pat.rs:15:18: 15:20 (#0),
- },
- Punct {
- ch: '=',
- spacing: Joint,
- span: $DIR/issue-76182-leading-vert-pat.rs:15:21: 15:22 (#0),
- },
- Punct {
- ch: '>',
- spacing: Alone,
- span: $DIR/issue-76182-leading-vert-pat.rs:15:22: 15:23 (#0),
- },
- Group {
- delimiter: Parenthesis,
- stream: TokenStream [],
- span: $DIR/issue-76182-leading-vert-pat.rs:15:24: 15:26 (#0),
- },
- ],
- span: $DIR/issue-76182-leading-vert-pat.rs:15:14: 15:28 (#0),
- },
- ],
- span: $DIR/issue-76182-leading-vert-pat.rs:14:11: 16:2 (#0),
- },
-]