From 2566701e33fd6908cc2d36f869637f65089fae27 Mon Sep 17 00:00:00 2001 From: Boxy Date: Thu, 10 Nov 2022 14:57:18 +0000 Subject: [PATCH] broken links go brrrrr --- compiler/rustc_middle/src/ty/subst.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_middle/src/ty/subst.rs b/compiler/rustc_middle/src/ty/subst.rs index c1d9f496c5b22..2bcb2d824842e 100644 --- a/compiler/rustc_middle/src/ty/subst.rs +++ b/compiler/rustc_middle/src/ty/subst.rs @@ -506,7 +506,7 @@ impl<'tcx, T: TypeVisitable<'tcx>> TypeVisitable<'tcx> for &'tcx ty::List { } } -/// Similar to [`Binder`] except that it tracks early bound generics, i.e. `struct Foo(T)` +/// Similar to [`super::Binder`] except that it tracks early bound generics, i.e. `struct Foo(T)` /// needs `T` substituted immediately. This type primarily exists to avoid forgetting to call /// `subst`. #[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]