blob: ea5c71150e83c59f5571be2260c3d0b6a6b14bd5 [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() {}