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