Skip to content

Commit 450943b

Browse files
committed
Fix broken documentation link
Signed-off-by: ChoKyuWon <[email protected]>
1 parent fd7eefc commit 450943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/region_kind.rs

+1-1
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-summary.html> for
157+
/// See <https://rustc-dev-guide.rust-lang.org/early-late-bound-params/early-late-bound-summary.html> for
158158
/// more info about early and late bound lifetime parameters.
159159
ReLateParam(I::LateParamRegion),
160160

0 commit comments

Comments
 (0)