Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
pretty
/
fn-types.rs
blob: f012763c3f606f61cc04615f1c953c7dbd9c680e [
file
] [
log
] [
blame
]
// pp-exact
fn
from_foreign_fn
(
_x
:
fn
())
{}
fn
from_stack_closure
<
F
>(
_x
:
F
)
where F
:
Fn
()
{}
fn
main
()
{}