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