5 lines
77 B
Rust
5 lines
77 B
Rust
|
|
pub S<'a> {
|
||
|
|
//~^ ERROR missing `struct` for struct definition
|
||
|
|
}
|
||
|
|
fn main() {}
|