diff options
| author | Lee ByeongJun <lbj199874@gmail.com> | 2025-08-21 22:17:21 +0900 |
|---|---|---|
| committer | Lee ByeongJun <lbj199874@gmail.com> | 2025-08-21 22:17:21 +0900 |
| commit | 9bcaa935840b05aeb554807612a75550cf9c76cc (patch) | |
| tree | 32455608a6f899bc0a822c9d63df0a62df428f79 | |
| parent | 22a86f8280becb12c34ee3efd952baf5cf086fa0 (diff) | |
| download | rust-9bcaa935840b05aeb554807612a75550cf9c76cc.tar.gz rust-9bcaa935840b05aeb554807612a75550cf9c76cc.zip | |
update early and late bound docs link
| -rw-r--r-- | compiler/rustc_type_ir/src/region_kind.rs | 2 |
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), |
