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 caed2da commit 1bcfe35Copy full SHA for 1bcfe35
compiler/rustc_trait_selection/src/traits/select/mod.rs
@@ -1781,7 +1781,7 @@ impl<'tcx> SelectionContext<'_, 'tcx> {
1781
}
1782
1783
// Before we consider where-bounds, we have to deduplicate them here and also
1784
- // dropwhere-bounds in case the same where-bound exists without bound vars.
+ // drop where-bounds in case the same where-bound exists without bound vars.
1785
// This is necessary as elaborating super-trait bounds may result in duplicates.
1786
'search_victim: loop {
1787
for (i, this) in candidates.iter().enumerate() {
0 commit comments