7 lines
90 B
Rust
7 lines
90 B
Rust
struct S {
|
|
bar: ();
|
|
//~^ ERROR struct fields are separated by `,`
|
|
}
|
|
|
|
fn main() {}
|