diff options
| author | lcnr <rust@lcnr.de> | 2023-11-15 01:24:44 +0000 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2023-11-15 01:24:44 +0000 |
| commit | 18281d39cf425eecfc3b6058875832ef4dba3bac (patch) | |
| tree | fa0b4654b7b1f0f6b871764f04a5d91ac2d757eb | |
| parent | 8fcbd1991f7707a4c7566420af79f81605c583c0 (diff) | |
| download | rust-18281d39cf425eecfc3b6058875832ef4dba3bac.tar.gz rust-18281d39cf425eecfc3b6058875832ef4dba3bac.zip | |
fix doc 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 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), |
