mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
5 lines
77 B
Rust
5 lines
77 B
Rust
#![feature(unsized_fn_params)]
|
|
|
|
pub fn f0(_f: dyn FnOnce()) {}
|
|
|
|
fn main() {}
|