mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +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(104..108),
|
|
},
|
|
Ident {
|
|
ident: "ProceduralMasqueradeDummyType",
|
|
span: #0 bytes(109..138),
|
|
},
|
|
Group {
|
|
delimiter: Brace,
|
|
stream: TokenStream [
|
|
Ident {
|
|
ident: "Input",
|
|
span: #0 bytes(145..150),
|
|
},
|
|
],
|
|
span: #0 bytes(139..152),
|
|
},
|
|
]
|