Fix broken documentation link

Signed-off-by: ChoKyuWon <kyuwoncho18@gmail.com>
This commit is contained in:
ChoKyuWon 2024-06-17 18:09:56 +09:00
parent fd7eefc275
commit 450943b0d6
No known key found for this signature in database
GPG Key ID: 165811B5F40647D8

View File

@ -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),