rust/tests/rustdoc-ui/track-diagnostics.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
341 B
Plaintext
Raw Normal View History

2022-10-25 02:52:51 +08:00
error[E0308]: mismatched types
2022-10-26 19:41:57 +08:00
--> $DIR/track-diagnostics.rs:LL:CC
2022-10-25 02:52:51 +08:00
|
LL | const S: A = B;
| ^ expected `A`, found `B`
2022-10-26 19:41:57 +08:00
-Ztrack-diagnostics: created at compiler/rustc_infer/src/infer/error_reporting/mod.rs:LL:CC
2022-10-25 02:52:51 +08:00
error: aborting due to 1 previous error
2022-10-25 02:52:51 +08:00
For more information about this error, try `rustc --explain E0308`.