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