summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/pretty-print-tts.stdout
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /src/test/ui/proc-macro/pretty-print-tts.stdout
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/ui/proc-macro/pretty-print-tts.stdout')
-rw-r--r--src/test/ui/proc-macro/pretty-print-tts.stdout102
1 files changed, 102 insertions, 0 deletions
diff --git a/src/test/ui/proc-macro/pretty-print-tts.stdout b/src/test/ui/proc-macro/pretty-print-tts.stdout
new file mode 100644
index 000000000..f52e97a86
--- /dev/null
+++ b/src/test/ui/proc-macro/pretty-print-tts.stdout
@@ -0,0 +1,102 @@
+PRINT-BANG INPUT (DISPLAY): { #! [rustc_dummy] let a = "hello".len() ; matches! (a, 5) ; }
+PRINT-BANG INPUT (DEBUG): TokenStream [
+ Group {
+ delimiter: Brace,
+ stream: TokenStream [
+ Punct {
+ ch: '#',
+ spacing: Joint,
+ span: $DIR/pretty-print-tts.rs:15:5: 15:6 (#0),
+ },
+ Punct {
+ ch: '!',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:15:6: 15:7 (#0),
+ },
+ Group {
+ delimiter: Bracket,
+ stream: TokenStream [
+ Ident {
+ ident: "rustc_dummy",
+ span: $DIR/pretty-print-tts.rs:15:8: 15:19 (#0),
+ },
+ ],
+ span: $DIR/pretty-print-tts.rs:15:7: 15:20 (#0),
+ },
+ Ident {
+ ident: "let",
+ span: $DIR/pretty-print-tts.rs:16:5: 16:8 (#0),
+ },
+ Ident {
+ ident: "a",
+ span: $DIR/pretty-print-tts.rs:16:9: 16:10 (#0),
+ },
+ Punct {
+ ch: '=',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:16:11: 16:12 (#0),
+ },
+ Literal {
+ kind: Str,
+ symbol: "hello",
+ suffix: None,
+ span: $DIR/pretty-print-tts.rs:16:13: 16:20 (#0),
+ },
+ Punct {
+ ch: '.',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:16:20: 16:21 (#0),
+ },
+ Ident {
+ ident: "len",
+ span: $DIR/pretty-print-tts.rs:16:21: 16:24 (#0),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [],
+ span: $DIR/pretty-print-tts.rs:16:24: 16:26 (#0),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:16:26: 16:27 (#0),
+ },
+ Ident {
+ ident: "matches",
+ span: $DIR/pretty-print-tts.rs:17:5: 17:12 (#0),
+ },
+ Punct {
+ ch: '!',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:17:12: 17:13 (#0),
+ },
+ Group {
+ delimiter: Parenthesis,
+ stream: TokenStream [
+ Ident {
+ ident: "a",
+ span: $DIR/pretty-print-tts.rs:17:14: 17:15 (#0),
+ },
+ Punct {
+ ch: ',',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:17:15: 17:16 (#0),
+ },
+ Literal {
+ kind: Integer,
+ symbol: "5",
+ suffix: None,
+ span: $DIR/pretty-print-tts.rs:17:17: 17:18 (#0),
+ },
+ ],
+ span: $DIR/pretty-print-tts.rs:17:13: 17:19 (#0),
+ },
+ Punct {
+ ch: ';',
+ spacing: Alone,
+ span: $DIR/pretty-print-tts.rs:17:19: 17:20 (#0),
+ },
+ ],
+ span: $DIR/pretty-print-tts.rs:14:21: 18:2 (#0),
+ },
+]