Skip to content

Commit 370ee12

Browse files
committed
Update ui test suite to nightly-2024-07-20
1 parent 383f65f commit 370ee12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ui/self-span.stderr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ error[E0533]: expected value, found struct variant `Self::V`
2525
|
2626
26 | let _: Self = Self::V;
2727
| ^^^^^^^ not a value
28+
|
29+
help: you might have meant to create a new value of the struct
30+
|
31+
26 | let _: Self = Self::V {};
32+
| ++

0 commit comments

Comments
 (0)