We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b8a93 commit c02c00bCopy full SHA for c02c00b
src/test/ui/issue-45696-no-variant-box-recur.rs
@@ -39,8 +39,8 @@ struct E { field: F }
39
struct F { field: Box<E> }
40
41
// indirect non-regular recursion with indirect ownership via box.
42
-struct G { field: (F, F) }
43
-struct H { field: Box<E> }
+struct G { field: (H, H) }
+struct H { field: Box<G> }
44
45
// These enums are cases that are not currently hit by the
46
// `visit_terminator_drop` recursion down a type's structural
0 commit comments