Skip to content

Commit

Permalink
Remove out-of-date comment.
Browse files Browse the repository at this point in the history
The use of `Binder` was removed in the recent rust-lang#123900, but the comment
wasn't removed at the same time.
  • Loading branch information
nnethercote committed May 9, 2024
1 parent b669f70 commit 6182de1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3443,8 +3443,6 @@ impl<'tcx> TypeErrCtxt<'_, 'tcx> {
self.dcx().try_steal_replace_and_emit_err(self.tcx.def_span(def_id), StashKey::Cycle, err)
}

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

0 comments on commit 6182de1

Please sign in to comment.