mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-06 04:09:30 +00:00
7 lines
90 B
Rust
7 lines
90 B
Rust
struct S {
|
|
bar: ();
|
|
//~^ ERROR struct fields are separated by `,`
|
|
}
|
|
|
|
fn main() {}
|