We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a13fce commit 836bc40Copy full SHA for 836bc40
tests/ui/self-span.stderr
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
2
--> tests/ui/self-span.rs:17:21
3
|
4
17 | let _: () = self;
5
- | -- ^^^^ expected `()`, found struct `S`
+ | -- ^^^^ expected `()`, found `S`
6
| |
7
| expected due to this
8
@@ -16,7 +16,7 @@ error[E0308]: mismatched types
16
--> tests/ui/self-span.rs:25:21
17
18
25 | let _: () = self;
19
- | -- ^^^^ expected `()`, found enum `E`
+ | -- ^^^^ expected `()`, found `E`
20
21
22
0 commit comments