Remove duplicative test.

I think that this test is supposed to be a treereduced version of
122903-1.rs, but is actually identical.
This commit is contained in:
Adrian Taylor 2024-05-31 11:03:37 +00:00
parent 6287c94fa1
commit 8c1777750b
1 changed files with 0 additions and 9 deletions

View File

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