updating comment
Co-authored-by: Ruby Lazuli <general@patchmixolydic.com>
This commit is contained in:
parent
3097453f21
commit
14818e28d1
@ -1857,7 +1857,7 @@ enum DropVictim {
|
|||||||
/// type variables and then we also attempt to evaluate recursive
|
/// type variables and then we also attempt to evaluate recursive
|
||||||
/// bounds to see if they are satisfied.
|
/// bounds to see if they are satisfied.
|
||||||
impl<'tcx> SelectionContext<'_, 'tcx> {
|
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
|
/// `other`. Generally speaking we will drop duplicate
|
||||||
/// candidates and prefer where-clause candidates.
|
/// candidates and prefer where-clause candidates.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user