Skip to content

Commit c7a5652

Browse files
committed
Update ui tests to nightly-2020-07-15
1 parent 2e2a49a commit c7a5652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/self-span.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ error[E0423]: expected value, found struct `S`
55
| --------------- `S` defined here
66
...
77
18 | let _: Self = Self;
8-
| ^^^^ did you mean `S { /* fields */ }`?
8+
| ^^^^ help: use struct literal syntax instead: `S {}`
99

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

0 commit comments

Comments
 (0)