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