1 2 3 4 5 6 7
//@ check-pass #![feature(unsized_fn_params)] pub fn f0(_f: dyn FnOnce()) {} fn main() {}