updating comment

Co-authored-by: Ruby Lazuli <general@patchmixolydic.com>
This commit is contained in:
lcnr 2023-03-10 10:49:05 +01:00 committed by GitHub
parent 3097453f21
commit 14818e28d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1857,7 +1857,7 @@ enum DropVictim {
/// type variables and then we also attempt to evaluate recursive
/// bounds to see if they are satisfied.
impl<'tcx> SelectionContext<'_, 'tcx> {
/// Returns `true` if `victim` should be dropped in favor of
/// Returns `DropVictim::Yes` if `victim` should be dropped in favor of
/// `other`. Generally speaking we will drop duplicate
/// candidates and prefer where-clause candidates.
///