fix comment

This commit is contained in:
Niko Matsakis 2018-10-16 17:58:32 -04:00
parent 7ce2e7a5fa
commit 1008539ca6

View File

@ -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>>,
}