]> git.lizzy.rs Git - rust.git/blob - tests/pretty/fn-types.rs
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / 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() {}