Skip to content

Commit

Permalink
Fix broken documentation link
Browse files Browse the repository at this point in the history
Signed-off-by: ChoKyuWon <kyuwoncho18@gmail.com>
  • Loading branch information
ChoKyuWon committed Jun 17, 2024
1 parent fd7eefc commit 450943b
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 450943b

Please sign in to comment.