Skip to content

Commit 9bd41e4

Browse files
committed
remove outdated debug_assertion
1 parent 2c11586 commit 9bd41e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_next_trait_solver/src/solve/trait_goals.rs

-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ where
190190
}
191191
}
192192

193-
// We want to make sure
194-
debug_assert!(!matches!(ecx.typing_mode(), TypingMode::Coherence));
195-
196193
ecx.probe_and_evaluate_goal_for_constituent_tys(
197194
CandidateSource::BuiltinImpl(BuiltinImplSource::Misc),
198195
goal,

0 commit comments

Comments
 (0)