We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17369f3 commit 821199cCopy full SHA for 821199c
tests/ui/track-diagnostics.stderr
@@ -2,7 +2,7 @@ error[E0308]: mismatched types
2
--> $DIR/track-diagnostics.rs:LL:CC
3
|
4
LL | const S: A = B;
5
- | ^ expected struct `A`, found struct `B`
+ | ^ expected `A`, found `B`
6
-Ztrack-diagnostics: created at compiler/rustc_infer/src/infer/error_reporting/mod.rs:LL:CC
7
8
error: aborting due to previous error
0 commit comments