Skip to content

Commit e45b5f4

Browse files
authored
Rollup merge of rust-lang#126579 - ChoKyuWon:master, r=TaKO8Ki
Fix broken documentation link The original doc link on the comment was broken, so fix it to the proper link.
2 parents 940ff24 + 450943b commit e45b5f4

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)