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
351 B
Plaintext
Raw Normal View History

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