mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
07f855d781
This crate is a private implementation detail. We only need to insert it into the crate graph for linking and should not expose any of its public API. Fixes #113533
29 lines
869 B
Plaintext
29 lines
869 B
Plaintext
PRINT-BANG INPUT (DISPLAY): Vec<u8>
|
|
PRINT-BANG RE-COLLECTED (DISPLAY): Vec < u8 >
|
|
PRINT-BANG INPUT (DEBUG): TokenStream [
|
|
Group {
|
|
delimiter: None,
|
|
stream: TokenStream [
|
|
Ident {
|
|
ident: "Vec",
|
|
span: $DIR/capture-unglued-token.rs:19:24: 19:27 (#0),
|
|
},
|
|
Punct {
|
|
ch: '<',
|
|
spacing: Alone,
|
|
span: $DIR/capture-unglued-token.rs:19:27: 19:28 (#0),
|
|
},
|
|
Ident {
|
|
ident: "u8",
|
|
span: $DIR/capture-unglued-token.rs:19:28: 19:30 (#0),
|
|
},
|
|
Punct {
|
|
ch: '>',
|
|
spacing: Alone,
|
|
span: $DIR/capture-unglued-token.rs:19:30: 19:31 (#0),
|
|
},
|
|
],
|
|
span: $DIR/capture-unglued-token.rs:15:42: 15:48 (#3),
|
|
},
|
|
]
|