mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 03:51:39 +00:00
7 lines
89 B
Rust
7 lines
89 B
Rust
// run-rustfix
|
|
|
|
pub S {
|
|
//~^ ERROR missing `struct` for struct definition
|
|
}
|
|
fn main() {}
|