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