mirror of https://github.com/rust-lang/rust
22 lines
525 B
Plaintext
22 lines
525 B
Plaintext
PRINT-DERIVE INPUT (DISPLAY): enum ProceduralMasqueradeDummyType { Input }
|
|
PRINT-DERIVE INPUT (DEBUG): TokenStream [
|
|
Ident {
|
|
ident: "enum",
|
|
span: #0 bytes(102..106),
|
|
},
|
|
Ident {
|
|
ident: "ProceduralMasqueradeDummyType",
|
|
span: #0 bytes(107..136),
|
|
},
|
|
Group {
|
|
delimiter: Brace,
|
|
stream: TokenStream [
|
|
Ident {
|
|
ident: "Input",
|
|
span: #0 bytes(143..148),
|
|
},
|
|
],
|
|
span: #0 bytes(137..150),
|
|
},
|
|
]
|