DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / crashes / 122903-1.rs
12345678
//@ known-bug: #122903 impl Struct { fn box_box_ref_Struct( self: impl FnMut(Box<impl FnMut(&mut Self)>), ) -> &u32 { f } }