rust/tests/ui/proc-macro/issue-80760-empty-stmt.stdout
Amanieu d'Antras 07f855d781 Hide compiler_builtins in the prelude
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
2023-07-14 16:53:36 +01:00

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),
},
]