blob: 1f11d9c8dffc7e044eecf357059b4b7b77c8a744 [file]
fn main() {
let _foo = Vec::new();
//~^ ERROR type annotations needed
}