summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-18159.rs
blob: bd347d6329846a1bac45f119ca037ceb1625410b (plain)
1
2
3
fn main() {
    let x; //~ ERROR type annotations needed
}