type FuncType<'f> = Fn(&isize) -> isize + 'f; fn ho_func(f: Option) { //~^ ERROR the size for values of type } fn main() {}