1 2 3 4 5 6 7
/// Test for https://github.com/rust-lang/rust-clippy/issues/2727 pub fn f(new: fn()) { new(); } fn main() {}