]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/fn-types.rs
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
[rust.git] / src / test / pretty / fn-types.rs
1 // pp-exact
2
3 fn from_foreign_fn(_x: fn()) {}
4 fn from_stack_closure<F>(_x: F) where F: Fn() {}
5 fn main() {}