Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-18711.rs
blob: 5cb1f9c43718e7ef166cb19c35d53c336f98dabb [
file
] [
log
] [
blame
] [
edit
]
#![
crate_type
=
"rlib"
]
pub
fn
inner
<
F
>(
f
:
F
)
->
F
{
(
move
||
f
)()
}