mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-16 14:32:19 +00:00
6 lines
128 B
Rust
6 lines
128 B
Rust
fn main() {
|
|
if true /*!*/ {}
|
|
//~^ ERROR outer attributes are not allowed on
|
|
//~| ERROR expected outer doc comment
|
|
}
|