summary refs log tree commit diff
path: root/src/test/ui/vector-no-ann.rs
blob: 200364a5d937ee755c560ca97c7c89601c9029c1 (plain)
1
2
3
4
fn main() {
    let _foo = Vec::new();
    //~^ ERROR type annotations needed [E0282]
}