]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/keep-expr-tokens.stdout
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / ui / proc-macro / keep-expr-tokens.stdout
1 PRINT-ATTR INPUT (DISPLAY): #[rustc_dummy] { 1 + 1 ; }
2 PRINT-ATTR INPUT (DEBUG): TokenStream [
3     Punct {
4         ch: '#',
5         spacing: Alone,
6         span: $DIR/keep-expr-tokens.rs:22:5: 22:6 (#0),
7     },
8     Group {
9         delimiter: Bracket,
10         stream: TokenStream [
11             Ident {
12                 ident: "rustc_dummy",
13                 span: $DIR/keep-expr-tokens.rs:22:7: 22:18 (#0),
14             },
15         ],
16         span: $DIR/keep-expr-tokens.rs:22:6: 22:19 (#0),
17     },
18     Group {
19         delimiter: Brace,
20         stream: TokenStream [
21             Literal {
22                 kind: Integer,
23                 symbol: "1",
24                 suffix: None,
25                 span: $DIR/keep-expr-tokens.rs:23:7: 23:8 (#0),
26             },
27             Punct {
28                 ch: '+',
29                 spacing: Alone,
30                 span: $DIR/keep-expr-tokens.rs:23:9: 23:10 (#0),
31             },
32             Literal {
33                 kind: Integer,
34                 symbol: "1",
35                 suffix: None,
36                 span: $DIR/keep-expr-tokens.rs:23:10: 23:11 (#0),
37             },
38             Punct {
39                 ch: ';',
40                 spacing: Alone,
41                 span: $DIR/keep-expr-tokens.rs:23:11: 23:12 (#0),
42             },
43         ],
44         span: $DIR/keep-expr-tokens.rs:23:5: 23:14 (#0),
45     },
46 ]