1error: unsupported cyclic data structure 2 --> tests/ui/struct_cycle.rs:26:9 3 | 426 | node2: Node2, 5 | ^^^^^^^^^^^^ 6 7error: unsupported cyclic data structure 8 --> tests/ui/struct_cycle.rs:22:9 9 | 1022 | node5: Node5, 11 | ^^^^^^^^^^^^ 12 13error: unsupported cyclic data structure 14 --> tests/ui/struct_cycle.rs:13:9 15 | 1613 | node4: Node4, 17 | ^^^^^^^^^^^^ 18 19error: unsupported cyclic data structure 20 --> tests/ui/struct_cycle.rs:8:9 21 | 228 | node2: Node2, 23 | ^^^^^^^^^^^^ 24