about summary refs log tree commit diff
diff options
context:
space:
mode:
authorlcnr <rust@lcnr.de>2023-11-15 01:24:44 +0000
committerlcnr <rust@lcnr.de>2023-11-15 01:24:44 +0000
commit18281d39cf425eecfc3b6058875832ef4dba3bac (patch)
treefa0b4654b7b1f0f6b871764f04a5d91ac2d757eb
parent8fcbd1991f7707a4c7566420af79f81605c583c0 (diff)
downloadrust-18281d39cf425eecfc3b6058875832ef4dba3bac.tar.gz
rust-18281d39cf425eecfc3b6058875832ef4dba3bac.zip
fix doc 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 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<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-summary.html> for
     /// more info about early and late bound lifetime parameters.
     ReLateParam(I::LateParamRegion),