Skip to content

Commit 836bc40

Browse files
committed
Update ui test suite to nightly-2023-02-01
1 parent 6a13fce commit 836bc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/self-span.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
22
--> tests/ui/self-span.rs:17:21
33
|
44
17 | let _: () = self;
5-
| -- ^^^^ expected `()`, found struct `S`
5+
| -- ^^^^ expected `()`, found `S`
66
| |
77
| expected due to this
88

@@ -16,7 +16,7 @@ error[E0308]: mismatched types
1616
--> tests/ui/self-span.rs:25:21
1717
|
1818
25 | let _: () = self;
19-
| -- ^^^^ expected `()`, found enum `E`
19+
| -- ^^^^ expected `()`, found `E`
2020
| |
2121
| expected due to this
2222

0 commit comments

Comments
 (0)