summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/attr-complex-fn.stdout
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:13 +0000
commit218caa410aa38c29984be31a5229b9fa717560ee (patch)
treec54bd55eeb6e4c508940a30e94c0032fbd45d677 /src/test/ui/proc-macro/attr-complex-fn.stdout
parentReleasing progress-linux version 1.67.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-218caa410aa38c29984be31a5229b9fa717560ee.tar.xz
rustc-218caa410aa38c29984be31a5229b9fa717560ee.zip
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/ui/proc-macro/attr-complex-fn.stdout')
-rw-r--r--src/test/ui/proc-macro/attr-complex-fn.stdout171
1 files changed, 0 insertions, 171 deletions
diff --git a/src/test/ui/proc-macro/attr-complex-fn.stdout b/src/test/ui/proc-macro/attr-complex-fn.stdout
deleted file mode 100644
index b12eb587f..000000000
--- a/src/test/ui/proc-macro/attr-complex-fn.stdout
+++ /dev/null
@@ -1,171 +0,0 @@
-PRINT-ATTR INPUT (DISPLAY): fn foo < T : MyTrait < MyStruct < { true } >> > () {}
-PRINT-ATTR INPUT (DEBUG): TokenStream [
- Ident {
- ident: "fn",
- span: $DIR/attr-complex-fn.rs:19:1: 19:3 (#0),
- },
- Ident {
- ident: "foo",
- span: $DIR/attr-complex-fn.rs:19:4: 19:7 (#0),
- },
- Punct {
- ch: '<',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:19:7: 19:8 (#0),
- },
- Ident {
- ident: "T",
- span: $DIR/attr-complex-fn.rs:19:8: 19:9 (#0),
- },
- Punct {
- ch: ':',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:19:9: 19:10 (#0),
- },
- Ident {
- ident: "MyTrait",
- span: $DIR/attr-complex-fn.rs:19:11: 19:18 (#0),
- },
- Punct {
- ch: '<',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:19:18: 19:19 (#0),
- },
- Ident {
- ident: "MyStruct",
- span: $DIR/attr-complex-fn.rs:19:19: 19:27 (#0),
- },
- Punct {
- ch: '<',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:19:27: 19:28 (#0),
- },
- Group {
- delimiter: Brace,
- stream: TokenStream [
- Ident {
- ident: "true",
- span: $DIR/attr-complex-fn.rs:19:30: 19:34 (#0),
- },
- ],
- span: $DIR/attr-complex-fn.rs:19:28: 19:36 (#0),
- },
- Punct {
- ch: '>',
- spacing: Joint,
- span: $DIR/attr-complex-fn.rs:19:36: 19:37 (#0),
- },
- Punct {
- ch: '>',
- spacing: Joint,
- span: $DIR/attr-complex-fn.rs:19:37: 19:38 (#0),
- },
- Punct {
- ch: '>',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:19:38: 19:39 (#0),
- },
- Group {
- delimiter: Parenthesis,
- stream: TokenStream [],
- span: $DIR/attr-complex-fn.rs:19:39: 19:41 (#0),
- },
- Group {
- delimiter: Brace,
- stream: TokenStream [],
- span: $DIR/attr-complex-fn.rs:19:42: 19:44 (#0),
- },
-]
-PRINT-ATTR INPUT (DISPLAY): impl < T > MyTrait < T > for MyStruct < { true } > { #! [rustc_dummy] }
-PRINT-ATTR INPUT (DEBUG): TokenStream [
- Ident {
- ident: "impl",
- span: $DIR/attr-complex-fn.rs:21:1: 21:5 (#0),
- },
- Punct {
- ch: '<',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:21:5: 21:6 (#0),
- },
- Ident {
- ident: "T",
- span: $DIR/attr-complex-fn.rs:21:6: 21:7 (#0),
- },
- Punct {
- ch: '>',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:21:7: 21:8 (#0),
- },
- Ident {
- ident: "MyTrait",
- span: $DIR/attr-complex-fn.rs:21:9: 21:16 (#0),
- },
- Punct {
- ch: '<',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:21:16: 21:17 (#0),
- },
- Ident {
- ident: "T",
- span: $DIR/attr-complex-fn.rs:21:17: 21:18 (#0),
- },
- Punct {
- ch: '>',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:21:18: 21:19 (#0),
- },
- Ident {
- ident: "for",
- span: $DIR/attr-complex-fn.rs:21:20: 21:23 (#0),
- },
- Ident {
- ident: "MyStruct",
- span: $DIR/attr-complex-fn.rs:21:24: 21:32 (#0),
- },
- Punct {
- ch: '<',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:21:32: 21:33 (#0),
- },
- Group {
- delimiter: Brace,
- stream: TokenStream [
- Ident {
- ident: "true",
- span: $DIR/attr-complex-fn.rs:21:34: 21:38 (#0),
- },
- ],
- span: $DIR/attr-complex-fn.rs:21:33: 21:39 (#0),
- },
- Punct {
- ch: '>',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:21:39: 21:40 (#0),
- },
- Group {
- delimiter: Brace,
- stream: TokenStream [
- Punct {
- ch: '#',
- spacing: Joint,
- span: $DIR/attr-complex-fn.rs:23:5: 23:6 (#0),
- },
- Punct {
- ch: '!',
- spacing: Alone,
- span: $DIR/attr-complex-fn.rs:23:6: 23:7 (#0),
- },
- Group {
- delimiter: Bracket,
- stream: TokenStream [
- Ident {
- ident: "rustc_dummy",
- span: $DIR/attr-complex-fn.rs:23:8: 23:19 (#0),
- },
- ],
- span: $DIR/attr-complex-fn.rs:23:7: 23:20 (#0),
- },
- ],
- span: $DIR/attr-complex-fn.rs:21:41: 24:2 (#0),
- },
-]