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 7ce2e7a commit 1008539Copy full SHA for 1008539
src/librustc/ty/subst.rs
@@ -577,7 +577,7 @@ pub struct UserSubsts<'tcx> {
577
pub substs: &'tcx Substs<'tcx>,
578
579
/// The self-type, in the case of a `<T>::Item` path (when applied
580
- /// to an inherent impl). See `UserSubsts` below.
+ /// to an inherent impl). See `UserSelfTy` below.
581
pub user_self_ty: Option<UserSelfTy<'tcx>>,
582
}
583
0 commit comments