We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3097453 commit 14818e2Copy full SHA for 14818e2
compiler/rustc_trait_selection/src/traits/select/mod.rs
@@ -1857,7 +1857,7 @@ enum DropVictim {
1857
/// type variables and then we also attempt to evaluate recursive
1858
/// bounds to see if they are satisfied.
1859
impl<'tcx> SelectionContext<'_, 'tcx> {
1860
- /// Returns `true` if `victim` should be dropped in favor of
+ /// Returns `DropVictim::Yes` if `victim` should be dropped in favor of
1861
/// `other`. Generally speaking we will drop duplicate
1862
/// candidates and prefer where-clause candidates.
1863
///
0 commit comments