summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/dollar-crate.stdout
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:03 +0000
commit64d98f8ee037282c35007b64c2649055c56af1db (patch)
tree5492bcf97fce41ee1c0b1cc2add283f3e66cdab0 /tests/ui/proc-macro/dollar-crate.stdout
parentAdding debian version 1.67.1+dfsg1-1. (diff)
downloadrustc-64d98f8ee037282c35007b64c2649055c56af1db.tar.xz
rustc-64d98f8ee037282c35007b64c2649055c56af1db.zip
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/ui/proc-macro/dollar-crate.stdout')
-rw-r--r--tests/ui/proc-macro/dollar-crate.stdout240
1 files changed, 240 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/dollar-crate.stdout b/tests/ui/proc-macro/dollar-crate.stdout
new file mode 100644
index 000000000..4e169d47e
--- /dev/null
+++ b/tests/ui/proc-macro/dollar-crate.stdout
@@ -0,0 +1,240 @@
+PRINT-BANG INPUT (DISPLAY): struct M($crate :: S) ;
+PRINT-BANG INPUT (DEBUG): TokenStream [
+ Ident {
+ ident: "struct",
+ span: $DIR/dollar-crate.rs:20:17: 20:23 (#4),
+ },
+ Ident {
+ ident: "M",
+ span: $DIR/dollar-crate.rs:20:24: 20:25 (#4),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "$crate",
+ span: $DIR/dollar-crate.rs:20:26: 20:32 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Joint,
+ span: $DIR/dollar-crate.rs:20:32: 20:33 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/dollar-crate.rs:20:33: 20:34 (#4),
+ },
+ Ident {
+ ident: "S",
+ span: $DIR/dollar-crate.rs:20:34: 20:35 (#4),
+ },
+ ],
+ span: $DIR/dollar-crate.rs:20:25: 20:36 (#4),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/dollar-crate.rs:20:36: 20:37 (#4),
+ },
+]
+PRINT-ATTR INPUT (DISPLAY): struct A($crate :: S) ;
+PRINT-ATTR INPUT (DEBUG): TokenStream [
+ Ident {
+ ident: "struct",
+ span: $DIR/dollar-crate.rs:24:13: 24:19 (#4),
+ },
+ Ident {
+ ident: "A",
+ span: $DIR/dollar-crate.rs:24:20: 24:21 (#4),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "$crate",
+ span: $DIR/dollar-crate.rs:24:22: 24:28 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Joint,
+ span: $DIR/dollar-crate.rs:24:28: 24:29 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/dollar-crate.rs:24:29: 24:30 (#4),
+ },
+ Ident {
+ ident: "S",
+ span: $DIR/dollar-crate.rs:24:30: 24:31 (#4),
+ },
+ ],
+ span: $DIR/dollar-crate.rs:24:21: 24:32 (#4),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/dollar-crate.rs:24:32: 24:33 (#4),
+ },
+]
+PRINT-DERIVE INPUT (DISPLAY): struct D($crate :: S) ;
+PRINT-DERIVE INPUT (DEBUG): TokenStream [
+ Ident {
+ ident: "struct",
+ span: $DIR/dollar-crate.rs:27:13: 27:19 (#4),
+ },
+ Ident {
+ ident: "D",
+ span: $DIR/dollar-crate.rs:27:20: 27:21 (#4),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "$crate",
+ span: $DIR/dollar-crate.rs:27:22: 27:28 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Joint,
+ span: $DIR/dollar-crate.rs:27:28: 27:29 (#4),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/dollar-crate.rs:27:29: 27:30 (#4),
+ },
+ Ident {
+ ident: "S",
+ span: $DIR/dollar-crate.rs:27:30: 27:31 (#4),
+ },
+ ],
+ span: $DIR/dollar-crate.rs:27:21: 27:32 (#4),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/dollar-crate.rs:27:32: 27:33 (#4),
+ },
+]
+PRINT-BANG INPUT (DISPLAY): struct M($crate :: S) ;
+PRINT-BANG INPUT (DEBUG): TokenStream [
+ Ident {
+ ident: "struct",
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:13: 7:19 (#15),
+ },
+ Ident {
+ ident: "M",
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:20: 7:21 (#15),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "$crate",
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:22: 7:28 (#15),
+ },
+ Punct {
+ ch: ':',
+ spacing: Joint,
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:28: 7:29 (#15),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:29: 7:30 (#15),
+ },
+ Ident {
+ ident: "S",
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:30: 7:31 (#15),
+ },
+ ],
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:21: 7:32 (#15),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/auxiliary/dollar-crate-external.rs:7:32: 7:33 (#15),
+ },
+]
+PRINT-ATTR INPUT (DISPLAY): struct A($crate :: S) ;
+PRINT-ATTR INPUT (DEBUG): TokenStream [
+ Ident {
+ ident: "struct",
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:9: 11:15 (#15),
+ },
+ Ident {
+ ident: "A",
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:16: 11:17 (#15),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "$crate",
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:18: 11:24 (#15),
+ },
+ Punct {
+ ch: ':',
+ spacing: Joint,
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:24: 11:25 (#15),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:25: 11:26 (#15),
+ },
+ Ident {
+ ident: "S",
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:26: 11:27 (#15),
+ },
+ ],
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:17: 11:28 (#15),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/auxiliary/dollar-crate-external.rs:11:28: 11:29 (#15),
+ },
+]
+PRINT-DERIVE INPUT (DISPLAY): struct D($crate :: S) ;
+PRINT-DERIVE INPUT (DEBUG): TokenStream [
+ Ident {
+ ident: "struct",
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:9: 14:15 (#15),
+ },
+ Ident {
+ ident: "D",
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:16: 14:17 (#15),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "$crate",
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:18: 14:24 (#15),
+ },
+ Punct {
+ ch: ':',
+ spacing: Joint,
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:24: 14:25 (#15),
+ },
+ Punct {
+ ch: ':',
+ spacing: Alone,
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:25: 14:26 (#15),
+ },
+ Ident {
+ ident: "S",
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:26: 14:27 (#15),
+ },
+ ],
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:17: 14:28 (#15),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/auxiliary/dollar-crate-external.rs:14:28: 14:29 (#15),
+ },
+]