Fix slight issues with stderr

This commit is contained in:
Rageking8 2022-09-23 00:24:30 +08:00 committed by GitHub
parent f4170b38c8
commit c66c2e82c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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