We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 940ff24 + 450943b commit e45b5f4Copy full SHA for e45b5f4
compiler/rustc_type_ir/src/region_kind.rs
@@ -154,7 +154,7 @@ pub enum RegionKind<I: Interner> {
154
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
155
/// the same way as `ReEarlyParam` while inside of the function.
156
///
157
- /// See <https://rustc-dev-guide.rust-lang.org/early-late-bound-summary.html> for
+ /// See <https://rustc-dev-guide.rust-lang.org/early-late-bound-params/early-late-bound-summary.html> for
158
/// more info about early and late bound lifetime parameters.
159
ReLateParam(I::LateParamRegion),
160
0 commit comments