38d4ac7cea
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
5 lines
49 B
Rust
5 lines
49 B
Rust
pub fn f(new: fn()) {
|
|
new();
|
|
}
|
|
|
|
fn main() {}
|