We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1062b9 commit f4170b3Copy full SHA for f4170b3
src/test/ui/parser/issues/issue-101540.stderr
@@ -2,9 +2,8 @@ error: structs are not allowed in struct definitions
2
--> $DIR/issue-101540.rs:2:5
3
|
4
LL | struct S2 {
5
- | _____-^^^^^
6
-LL | |
7
-LL | | }
8
- | |_____- help: consider creating a new `struct` definition instead of nesting
+ | ^^^^^^^^^
+ |
+ = help: consider creating a new `struct` definition instead of nesting
9
10
error: aborting due to previous error
0 commit comments