Skip to content

Commit f4170b3

Browse files
authored
Change UI test stderr
1 parent a1062b9 commit f4170b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/test/ui/parser/issues/issue-101540.stderr

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ error: structs are not allowed in struct definitions
22
--> $DIR/issue-101540.rs:2:5
33
|
44
LL | struct S2 {
5-
| _____-^^^^^
6-
LL | |
7-
LL | | }
8-
| |_____- help: consider creating a new `struct` definition instead of nesting
5+
| ^^^^^^^^^
6+
|
7+
= help: consider creating a new `struct` definition instead of nesting
98

109
error: aborting due to previous error

0 commit comments

Comments
 (0)