Change UI test stderr

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

View File

@ -2,9 +2,8 @@ error: structs are not allowed in struct definitions
--> $DIR/issue-101540.rs:2:5
|
LL | struct S2 {
| _____-^^^^^
LL | |
LL | | }
| |_____- help: consider creating a new `struct` definition instead of nesting
| ^^^^^^^^^
|
= help: consider creating a new `struct` definition instead of nesting
error: aborting due to previous error