mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-05 19:23:24 +00:00
9 lines
107 B
Plaintext
9 lines
107 B
Plaintext
//@ run-rustfix
|
|
|
|
pub struct Struct {
|
|
pub a: usize,
|
|
}
|
|
//~^ ERROR expected item, found `;`
|
|
|
|
fn main() {}
|