Fix slight issues with stderr
This commit is contained in:
parent
f4170b38c8
commit
c66c2e82c1
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
error: structs are not allowed in struct definitions
|
||||
--> $DIR/issue-101540.rs:2:5
|
||||
|
|
||||
LL | struct S2 {
|
||||
| ^^^^^^^^^
|
||||
LL | struct S2 {
|
||||
| ^^^^^^^^^
|
||||
|
|
||||
= help: consider creating a new `struct` definition instead of nesting
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue