mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-25 23:36:57 +00:00
7 lines
90 B
Rust
7 lines
90 B
Rust
struct S {
|
|
bar: ();
|
|
//~^ ERROR struct fields are separated by `,`
|
|
}
|
|
|
|
fn main() {}
|