Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
issues
/
issue-51154.rs
blob: 12903f79010cbafd3118ed660301446afcf797a5 [
file
]
fn
foo
<
F
:
FnMut
()>()
{
let
_
:
Box
<
F
>
=
Box
::
new
(||
());
//~^ ERROR mismatched types
}
fn
main
()
{}