rust/src/test/ui/enums-pats-not-idents.rs
2018-12-25 21:08:33 -07:00

4 lines
94 B
Rust

fn main() {
let a(1) = 13; //~ ERROR cannot find tuple struct/variant `a` in this scope
}