rust/tests/ui/type/missing-let-in-binding-4.rs

6 lines
80 B
Rust

struct A {
: u8 =, //~ ERROR expected identifier, found `:`
}
fn main() {}