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