1 2 3 4 5 6
struct S { let foo: (), //~^ ERROR expected identifier, found keyword `let` } fn main() {}