Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 450943b

Browse files
committedJun 17, 2024
Fix broken documentation link
Signed-off-by: ChoKyuWon <kyuwoncho18@gmail.com>
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)
Failed to load comments.