Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
crashes
/
122903-1.rs
blob: 0953962ed9ef26e846c0d28143f9d744c863b4ca [
file
] [
log
] [
blame
]
//@ known-bug: #122903
impl
Struct
{
fn
box_box_ref_Struct
(
self
:
impl
FnMut
(
Box
<
impl
FnMut
(&
mut
Self
)>),
)
->
&
u32
{
f
}
}