We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcbd19 commit 18281d3Copy full SHA for 18281d3
compiler/rustc_type_ir/src/region_kind.rs
@@ -149,7 +149,7 @@ pub enum RegionKind<I: Interner> {
149
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
150
/// the same way as `ReEarlyParam` while inside of the function.
151
///
152
- /// 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
153
/// more info about early and late bound lifetime parameters.
154
ReLateParam(I::LateParamRegion),
155
0 commit comments