mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 05:59:24 +00:00
5 lines
91 B
Rust
5 lines
91 B
Rust
pub S {
|
|
//~^ ERROR missing `enum` or `struct` for enum or struct definition
|
|
}
|
|
fn main() {}
|