|
1 | 1 | PRINT-ATTR INPUT (DISPLAY): struct ItemWithSemi;
|
2 |
| -PRINT-ATTR RE-COLLECTED (DISPLAY): struct ItemWithSemi ; |
3 | 2 | PRINT-ATTR INPUT (DEBUG): TokenStream [
|
4 | 3 | Ident {
|
5 | 4 | ident: "struct",
|
@@ -47,7 +46,6 @@ PRINT-ATTR INPUT (DEBUG): TokenStream [
|
47 | 46 | },
|
48 | 47 | ]
|
49 | 48 | PRINT-ATTR INPUT (DISPLAY): #[expect_let] let string = "Hello, world!";
|
50 |
| -PRINT-ATTR RE-COLLECTED (DISPLAY): #[expect_let] let string = "Hello, world!" ; |
51 | 49 | PRINT-ATTR INPUT (DEBUG): TokenStream [
|
52 | 50 | Punct {
|
53 | 51 | ch: '#',
|
@@ -90,7 +88,7 @@ PRINT-ATTR INPUT (DEBUG): TokenStream [
|
90 | 88 | },
|
91 | 89 | ]
|
92 | 90 | PRINT-ATTR INPUT (DISPLAY): #[expect_my_macro_stmt] my_macro!("{}", string);
|
93 |
| -PRINT-ATTR RE-COLLECTED (DISPLAY): #[expect_my_macro_stmt] my_macro! ("{}", string) ; |
| 91 | +PRINT-ATTR RE-COLLECTED (DISPLAY): #[expect_my_macro_stmt] my_macro! ("{}", string); |
94 | 92 | PRINT-ATTR INPUT (DEBUG): TokenStream [
|
95 | 93 | Punct {
|
96 | 94 | ch: '#',
|
@@ -144,7 +142,7 @@ PRINT-ATTR INPUT (DEBUG): TokenStream [
|
144 | 142 | },
|
145 | 143 | ]
|
146 | 144 | PRINT-ATTR INPUT (DISPLAY): second_make_stmt!(#[allow(dead_code)] struct Bar {});
|
147 |
| -PRINT-ATTR RE-COLLECTED (DISPLAY): second_make_stmt! (#[allow(dead_code)] struct Bar {}) ; |
| 145 | +PRINT-ATTR RE-COLLECTED (DISPLAY): second_make_stmt! (#[allow(dead_code)] struct Bar {}); |
148 | 146 | PRINT-ATTR INPUT (DEBUG): TokenStream [
|
149 | 147 | Ident {
|
150 | 148 | ident: "second_make_stmt",
|
@@ -293,7 +291,6 @@ PRINT-ATTR INPUT (DEBUG): TokenStream [
|
293 | 291 | },
|
294 | 292 | ]
|
295 | 293 | PRINT-ATTR INPUT (DISPLAY): #[rustc_dummy] struct NonBracedStruct;
|
296 |
| -PRINT-ATTR RE-COLLECTED (DISPLAY): #[rustc_dummy] struct NonBracedStruct ; |
297 | 294 | PRINT-ATTR INPUT (DEBUG): TokenStream [
|
298 | 295 | Punct {
|
299 | 296 | ch: '#',
|
|
0 commit comments