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