8 lines
143 B
Rust
8 lines
143 B
Rust
struct S {
|
|
let foo: (),
|
|
//~^ ERROR expected identifier, found keyword `let`
|
|
//~^^ ERROR expected `:`, found `foo`
|
|
}
|
|
|
|
fn main() {}
|