Skip to content

Commit 18281d3

Browse files
committed
fix doc link
1 parent 8fcbd19 commit 18281d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/region_kind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pub enum RegionKind<I: Interner> {
149149
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
150150
/// the same way as `ReEarlyParam` while inside of the function.
151151
///
152-
/// See https://rustc-dev-guide.rust-lang.org/early-late-bound-summary.html for
152+
/// See <https://rustc-dev-guide.rust-lang.org/early-late-bound-summary.html> for
153153
/// more info about early and late bound lifetime parameters.
154154
ReLateParam(I::LateParamRegion),
155155

0 commit comments

Comments
 (0)