Sign in
android
/
toolchain
/
rustc
/
54272acac043c1dedfb7db7420545b31ec1ac51f
/
.
/
src
/
test
/
rustdoc
/
auxiliary
/
issue-21801.rs
blob: 732612ff000764a336258d94142dbb0c9fcdf271 [
file
] [
log
] [
blame
]
// compile-flags: -Cmetadata=aux
pub
struct
Foo
;
impl
Foo
{
pub
fn
new
<
F
>(
f
:
F
)
->
Foo
where F
:
FnMut
()
->
i32
{
loop
{}
}
}