Skip to content

Commit

Permalink
Update ui tests to nightly-2020-07-15
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 15, 2020
1 parent 2e2a49a commit c7a5652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/self-span.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error[E0423]: expected value, found struct `S`
| --------------- `S` defined here
...
18 | let _: Self = Self;
| ^^^^ did you mean `S { /* fields */ }`?
| ^^^^ help: use struct literal syntax instead: `S {}`

error[E0308]: mismatched types
--> $DIR/self-span.rs:17:21
Expand Down

0 comments on commit c7a5652

Please sign in to comment.