5 lines
91 B
Rust
5 lines
91 B
Rust
pub S {
|
|
//~^ ERROR missing `enum` or `struct` for enum or struct definition
|
|
}
|
|
fn main() {}
|