Skip to content

Commit 24445d3

Browse files
committed
Remove out-of-date comment.
The use of `Binder` was removed in the recent #123900, but the comment wasn't removed at the same time.
1 parent d13612b commit 24445d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -3443,8 +3443,6 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
34433443
self.dcx().try_steal_replace_and_emit_err(self.tcx.def_span(def_id), StashKey::Cycle, err)
34443444
}
34453445

3446-
// FIXME(@lcnr): This function could be changed to trait `TraitRef` directly
3447-
// instead of using a `Binder`.
34483446
fn report_signature_mismatch_error(
34493447
&self,
34503448
obligation: &PredicateObligation<'tcx>,

0 commit comments

Comments
 (0)