Skip to content

Commit fa03289

Browse files
committed
review
1 parent 0947070 commit fa03289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/error_reporting/type_err_ctxt_ext.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ impl<'tcx> TypeErrCtxtExt<'tcx> for TypeErrCtxt<'_, 'tcx> {
814814

815815
ty::PredicateKind::Clause(ty::ClauseKind::WellFormed(ty)) => {
816816
let ty = self.resolve_vars_if_possible(ty);
817-
if self.tcx.sess.opts.unstable_opts.next_solver.is_some() {
817+
if self.next_trait_solver() {
818818
// FIXME: we'll need a better message which takes into account
819819
// which bounds actually failed to hold.
820820
self.tcx.sess.struct_span_err(

0 commit comments

Comments
 (0)