2022-09-22 23:41:38 +08:00
|
|
|
error: structs are not allowed in struct definitions
|
|
|
|
--> $DIR/issue-101540.rs:2:5
|
|
|
|
|
|
2022-09-26 23:43:31 +09:00
|
|
|
LL | struct S1 {
|
|
|
|
| -- while parsing this struct
|
2022-09-23 00:24:30 +08:00
|
|
|
LL | struct S2 {
|
|
|
|
| ^^^^^^^^^
|
2022-09-23 00:02:50 +08:00
|
|
|
|
|
|
|
|
= help: consider creating a new `struct` definition instead of nesting
|
2022-09-22 23:41:38 +08:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
2022-09-23 00:24:30 +08:00
|
|
|
|