We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94eaa6 commit 6a681f5Copy full SHA for 6a681f5
src/librustc_infer/infer/region_constraints/mod.rs
@@ -147,11 +147,6 @@ impl Constraint<'_> {
147
}
148
149
150
-/// `VerifyGenericBound(T, _, R, RS)`: the parameter type `T` (or
151
-/// associated type) must outlive the region `R`. `T` is known to
152
-/// outlive `RS`. Therefore, verify that `R <= RS[i]` for some
153
-/// `i`. Inference variables may be involved (but this verification
154
-/// step doesn't influence inference).
155
#[derive(Debug, Clone)]
156
pub struct Verify<'tcx> {
157
pub kind: GenericKind<'tcx>,
@@ -687,7 +682,6 @@ impl<'tcx> RegionConstraintCollector<'tcx> {
687
682
688
683
689
684
690
- /// See [`Verify::VerifyGenericBound`].
691
685
pub fn verify_generic_bound(
692
686
&mut self,
693
origin: SubregionOrigin<'tcx>,
0 commit comments