mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 00:29:23 +00:00
9 lines
152 B
Rust
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
|
|
}
|
|
}
|