diff --git a/src/librustc/ty/subst.rs b/src/librustc/ty/subst.rs index bea5ba04f7c..64cfba7df6e 100644 --- a/src/librustc/ty/subst.rs +++ b/src/librustc/ty/subst.rs @@ -577,7 +577,7 @@ pub struct UserSubsts<'tcx> { pub substs: &'tcx Substs<'tcx>, /// The self-type, in the case of a `<T>::Item` path (when applied - /// to an inherent impl). See `UserSubsts` below. + /// to an inherent impl). See `UserSelfTy` below. pub user_self_ty: Option<UserSelfTy<'tcx>>, }