We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc82ccb commit c0d3d32Copy full SHA for c0d3d32
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
@@ -1764,7 +1764,8 @@ impl<'tcx> InferCtxtPrivExt<'tcx> for TypeErrCtxt<'_, 'tcx> {
1764
// constrain inference variables a bit more to nested obligations from normalize so
1765
// we can have more helpful errors.
1766
//
1767
- // we intentionally errors from normalization here.
+ // we intentionally drop errors from normalization here,
1768
+ // since the normalization is just done to improve the error message.
1769
let _ = ocx.select_where_possible();
1770
1771
if let Err(new_err) = ocx.eq_exp(
0 commit comments