Skip to content

Commit bb3f60b

Browse files
authored
Rollup merge of #103139 - smoelius:patch-2, r=Dylan-DPC
Duplicate comment in mod.rs
2 parents 0c2017f + bf3a29f commit bb3f60b

File tree

1 file changed

+0
-5
lines changed
  • compiler/rustc_middle/src/traits

1 file changed

+0
-5
lines changed

Diff for: compiler/rustc_middle/src/traits/mod.rs

-5
Original file line numberDiff line numberDiff line change
@@ -598,11 +598,6 @@ pub type SelectionResult<'tcx, T> = Result<Option<T>, SelectionError<'tcx>>;
598598
/// // type parameters, ImplSource will carry resolutions for those as well:
599599
/// concrete.clone(); // ImplSource(Impl_1, [ImplSource(Impl_2, [ImplSource(Impl_3)])])
600600
///
601-
/// // Case A: ImplSource points at a specific impl. Only possible when
602-
/// // type is concretely known. If the impl itself has bounded
603-
/// // type parameters, ImplSource will carry resolutions for those as well:
604-
/// concrete.clone(); // ImplSource(Impl_1, [ImplSource(Impl_2, [ImplSource(Impl_3)])])
605-
///
606601
/// // Case B: ImplSource must be provided by caller. This applies when
607602
/// // type is a type parameter.
608603
/// param.clone(); // ImplSource::Param

0 commit comments

Comments
 (0)