提交 6a681f5c 编写于 作者: T Tshepang Lekhonkhobe

remove obsolete comments

Referenced was removed in 8770d0f3
上级 e94eaa6d
......@@ -147,11 +147,6 @@ pub fn involves_placeholders(&self) -> bool {
}
}
/// `VerifyGenericBound(T, _, R, RS)`: the parameter type `T` (or
/// associated type) must outlive the region `R`. `T` is known to
/// outlive `RS`. Therefore, verify that `R <= RS[i]` for some
/// `i`. Inference variables may be involved (but this verification
/// step doesn't influence inference).
#[derive(Debug, Clone)]
pub struct Verify<'tcx> {
pub kind: GenericKind<'tcx>,
......@@ -687,7 +682,6 @@ pub fn make_subregion(
}
}
/// See [`Verify::VerifyGenericBound`].
pub fn verify_generic_bound(
&mut self,
origin: SubregionOrigin<'tcx>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册