blob: 3412788668ac2583d46e59388916eded24f2e587 [file] [log] [blame]
// compile-flags: -Z continue-parse-after-error
struct S {
let foo: (),
//~^ ERROR expected identifier, found keyword `let`
//~^^ ERROR expected `:`, found `foo`
}
fn main() {}