7 lines
83 B
Rust
7 lines
83 B
Rust
struct Struct {
|
|
a: usize,
|
|
};
|
|
//~^ ERROR expected item, found `;`
|
|
|
|
fn main() {}
|