blob: eaae288864a3d8819f03bab46fb6984dacc6f903 [file] [log] [blame]
// run-rustfix
pub fn func<F>() where F: FnOnce() -> () {}
//~^ ERROR expected one of
//~| NOTE expected one of
//~| NOTE `Fn` bounds require arguments in parentheses
fn main() {}