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