7 lines
87 B
Rust
7 lines
87 B
Rust
struct S {
|
|
bar: ();
|
|
//~^ ERROR expected `,`, or `}`, found `;`
|
|
}
|
|
|
|
fn main() {}
|