summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/enums-pats-not-idents.rs
blob: 5b918eef6d65b29dacfb091ecbe7ecf3da9fb8c7 (plain)
1
2
3
fn main() {
    let a(1) = 13; //~ ERROR cannot find tuple struct or tuple variant `a` in this scope
}