From 18281d39cf425eecfc3b6058875832ef4dba3bac Mon Sep 17 00:00:00 2001 From: lcnr Date: Wed, 15 Nov 2023 01:24:44 +0000 Subject: [PATCH] fix doc link --- compiler/rustc_type_ir/src/region_kind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_type_ir/src/region_kind.rs b/compiler/rustc_type_ir/src/region_kind.rs index cc6e45df641..5d3ce49bc8f 100644 --- a/compiler/rustc_type_ir/src/region_kind.rs +++ b/compiler/rustc_type_ir/src/region_kind.rs @@ -149,7 +149,7 @@ pub enum RegionKind { /// 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 for /// more info about early and late bound lifetime parameters. ReLateParam(I::LateParamRegion),