#![feature(unboxed_closures)] fn a>(f: F) {} fn main() { a(|_: usize| {}); //~^ ERROR mismatched types }