Sign in
rust
/
rust
/
7ecefd01d5e49fa36657ecda7912a448e8a5c61e
/
.
/
tests
/
pretty
/
fn-types.rs
blob: 49c4d86acdb8f3720cb7f33bae806bc2bedb123a [
file
]
//@ pp-exact
fn
from_foreign_fn
(
_x
:
fn
())
{}
fn
from_stack_closure
<
F
>(
_x
:
F
)
where F
:
Fn
()
{}
fn
main
()
{}