Skip to content

Commit c66c2e8

Browse files
authored
Fix slight issues with stderr
1 parent f4170b3 commit c66c2e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
error: structs are not allowed in struct definitions
22
--> $DIR/issue-101540.rs:2:5
33
|
4-
LL | struct S2 {
5-
| ^^^^^^^^^
4+
LL | struct S2 {
5+
| ^^^^^^^^^
66
|
77
= help: consider creating a new `struct` definition instead of nesting
88

99
error: aborting due to previous error
10+

0 commit comments

Comments
 (0)