Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-07-20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 20, 2024
1 parent 383f65f commit 370ee12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ui/self-span.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ error[E0533]: expected value, found struct variant `Self::V`
|
26 | let _: Self = Self::V;
| ^^^^^^^ not a value
|
help: you might have meant to create a new value of the struct
|
26 | let _: Self = Self::V {};
| ++

0 comments on commit 370ee12

Please sign in to comment.