blob: ce549bde60117544063eacde1f106617bb0964ad [file]
fn main() {
let v = &[]; //~ ERROR type annotations needed
let it = v.iter();
}