Skip to content

Commit

Permalink
Unrolled build for rust-lang#126579
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Jun 17, 2024
2 parents 1138036 + 450943b commit 9f35bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_type_ir/src/region_kind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub enum RegionKind<I: Interner> {
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
/// the same way as `ReEarlyParam` while inside of the function.
///
/// 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
/// more info about early and late bound lifetime parameters.
ReLateParam(I::LateParamRegion),

Expand Down

0 comments on commit 9f35bfa

Please sign in to comment.