fwd/vendor/cxx/tests/ui/struct_cycle.stderr
John Doty 9c435dc440 Vendor dependencies
Let's see how I like this workflow.
2022-12-19 08:38:22 -08:00

23 lines
538 B
Text

error: unsupported cyclic data structure
--> tests/ui/struct_cycle.rs:26:9
|
26 | node2: Node2,
| ^^^^^^^^^^^^
error: unsupported cyclic data structure
--> tests/ui/struct_cycle.rs:22:9
|
22 | node5: Node5,
| ^^^^^^^^^^^^
error: unsupported cyclic data structure
--> tests/ui/struct_cycle.rs:13:9
|
13 | node4: Node4,
| ^^^^^^^^^^^^
error: unsupported cyclic data structure
--> tests/ui/struct_cycle.rs:8:9
|
8 | node2: Node2,
| ^^^^^^^^^^^^