Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ruby Lazuli <general@patchmixolydic.com>
  • Loading branch information
lcnr and PatchMixolydic committed Mar 10, 2023
1 parent 3097453 commit 14818e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_trait_selection/src/traits/select/mod.rs
Expand Up @@ -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.
///
Expand Down

0 comments on commit 14818e2

Please sign in to comment.