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

6 lines
79 B
Rust

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