Skip to content

Commit 9bcaa93

Browse files
committed
update early and late bound docs link
1 parent 22a86f8 commit 9bcaa93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/region_kind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub enum RegionKind<I: Interner> {
154154
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
155155
/// the same way as `ReEarlyParam` while inside of the function.
156156
///
157-
/// See <https://rustc-dev-guide.rust-lang.org/early-late-bound-params/early-late-bound-summary.html> for
157+
/// See <https://rustc-dev-guide.rust-lang.org/early_late_parameters.html> for
158158
/// more info about early and late bound lifetime parameters.
159159
ReLateParam(I::LateParamRegion),
160160

0 commit comments

Comments
 (0)