mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
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(100..104),
|
|
},
|
|
Ident {
|
|
ident: "ProceduralMasqueradeDummyType",
|
|
span: #0 bytes(105..134),
|
|
},
|
|
Group {
|
|
delimiter: Brace,
|
|
stream: TokenStream [
|
|
Ident {
|
|
ident: "Input",
|
|
span: #0 bytes(141..146),
|
|
},
|
|
],
|
|
span: #0 bytes(135..148),
|
|
},
|
|
]
|