blob: 9db3084918239805f3b5f6fd309f15fa12fe5cee [file] [log] [blame]
type FuncType<'f> = Fn(&isize) -> isize + 'f;
fn ho_func(f: Option<FuncType>) {
//~^ ERROR the size for values of type
}
fn main() {}