about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLee ByeongJun <lbj199874@gmail.com>2025-08-21 22:17:21 +0900
committerLee ByeongJun <lbj199874@gmail.com>2025-08-21 22:17:21 +0900
commit9bcaa935840b05aeb554807612a75550cf9c76cc (patch)
tree32455608a6f899bc0a822c9d63df0a62df428f79
parent22a86f8280becb12c34ee3efd952baf5cf086fa0 (diff)
downloadrust-9bcaa935840b05aeb554807612a75550cf9c76cc.tar.gz
rust-9bcaa935840b05aeb554807612a75550cf9c76cc.zip
update early and late bound docs link
-rw-r--r--compiler/rustc_type_ir/src/region_kind.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_type_ir/src/region_kind.rs b/compiler/rustc_type_ir/src/region_kind.rs
index cca81dcb4a0..06048af0436 100644
--- a/compiler/rustc_type_ir/src/region_kind.rs
+++ b/compiler/rustc_type_ir/src/region_kind.rs
@@ -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-params/early-late-bound-summary.html> for
+    /// See <https://rustc-dev-guide.rust-lang.org/early_late_parameters.html> for
     /// more info about early and late bound lifetime parameters.
     ReLateParam(I::LateParamRegion),