This commit is contained in:
lcnr 2023-12-14 14:59:32 +01:00
parent 0947070871
commit fa03289ddf

View File

@ -814,7 +814,7 @@ impl<'tcx> TypeErrCtxtExt<'tcx> for TypeErrCtxt<'_, 'tcx> {
ty::PredicateKind::Clause(ty::ClauseKind::WellFormed(ty)) => {
let ty = self.resolve_vars_if_possible(ty);
if self.tcx.sess.opts.unstable_opts.next_solver.is_some() {
if self.next_trait_solver() {
// FIXME: we'll need a better message which takes into account
// which bounds actually failed to hold.
self.tcx.sess.struct_span_err(