blob: ec6c094027e1e48fdc32f8b2b733b730b187c27f [file] [log] [blame]
fn main() {
let _v = || []; //~ ERROR type annotations needed for the closure
}