Skip to content

Commit 2566701

Browse files
committedNov 10, 2022
broken links go brrrrr
1 parent 4c197c0 commit 2566701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎compiler/rustc_middle/src/ty/subst.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ impl<'tcx, T: TypeVisitable<'tcx>> TypeVisitable<'tcx> for &'tcx ty::List<T> {
506506
}
507507
}
508508

509-
/// Similar to [`Binder`] except that it tracks early bound generics, i.e. `struct Foo<T>(T)`
509+
/// Similar to [`super::Binder`] except that it tracks early bound generics, i.e. `struct Foo<T>(T)`
510510
/// needs `T` substituted immediately. This type primarily exists to avoid forgetting to call
511511
/// `subst`.
512512
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]

0 commit comments

Comments
 (0)
Please sign in to comment.