7 lines
90 B
Rust
7 lines
90 B
Rust
//@ run-rustfix
|
|
|
|
pub S {
|
|
//~^ ERROR missing `struct` for struct definition
|
|
}
|
|
fn main() {}
|