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
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
PRINT-BANG INPUT (DISPLAY): ;
|
|
PRINT-BANG INPUT (DEBUG): TokenStream [
|
|
Group {
|
|
delimiter: None,
|
|
stream: TokenStream [
|
|
Punct {
|
|
ch: ';',
|
|
spacing: Alone,
|
|
span: $DIR/issue-80760-empty-stmt.rs:25:17: 25:18 (#0),
|
|
},
|
|
],
|
|
span: $DIR/issue-80760-empty-stmt.rs:13:21: 13:23 (#3),
|
|
},
|
|
]
|