]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/track-diagnostics.stderr
Auto merge of #107141 - notriddle:notriddle/max-lev-distance-2023, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / track-diagnostics.stderr
1 error[E0308]: mismatched types
2   --> $DIR/track-diagnostics.rs:LL:CC
3    |
4 LL | const S: A = B;
5    |              ^ 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
9
10 For more information about this error, try `rustc --explain E0308`.