summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-check/cannot_infer_local_or_vec.rs
blob: e72ddabf3da0912bd1cccb2919f9a1e10fc572f8 (plain)
1
2
3
4
fn main() {
    let x = vec![];
    //~^ ERROR type annotations needed
}