Skip to content

Commit 89a00cc

Browse files
authored
Update compiler/rustc_trait_selection/src/traits/coherence.rs
1 parent ba8b4a4 commit 89a00cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_trait_selection/src/traits/coherence.rs

-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ fn negative_impl_exists<'cx, 'tcx>(
368368
}
369369

370370
// Try to prove a negative obligation exist for super predicates
371-
// FIXME we should implement an `assemble_neg_candidates` fn
372371
for o in util::elaborate_predicates(infcx.tcx, iter::once(o.predicate)) {
373372
if resolve_negative_obligation(infcx, param_env, region_context, &o) {
374373
return true;

0 commit comments

Comments
 (0)