rustc/tests/crashes/122903-1.rs
2024-10-21 11:08:01 +02:00

9 lines
152 B
Rust

//@ known-bug: #122903
impl Struct {
fn box_box_ref_Struct(
self: impl FnMut(Box<impl FnMut(&mut Self)>),
) -> &u32 {
f
}
}