Skip to content

Commit 1008539

Browse files
committed
fix comment
1 parent 7ce2e7a commit 1008539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustc/ty/subst.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ pub struct UserSubsts<'tcx> {
577577
pub substs: &'tcx Substs<'tcx>,
578578

579579
/// The self-type, in the case of a `<T>::Item` path (when applied
580-
/// to an inherent impl). See `UserSubsts` below.
580+
/// to an inherent impl). See `UserSelfTy` below.
581581
pub user_self_ty: Option<UserSelfTy<'tcx>>,
582582
}
583583

0 commit comments

Comments
 (0)