rust/src/test/ui/enums-pats-not-idents.rs

4 lines
94 B
Rust
Raw Normal View History

2013-04-28 23:00:01 -07:00
fn main() {
let a(1) = 13; //~ ERROR cannot find tuple struct/variant `a` in this scope
2013-04-28 23:00:01 -07:00
}