We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7eefc commit 450943bCopy full SHA for 450943b
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