mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
fix doc link
This commit is contained in:
parent
8fcbd1991f
commit
18281d39cf
@ -149,7 +149,7 @@ pub enum RegionKind<I: Interner> {
|
|||||||
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
|
/// parameters via `tcx.liberate_late_bound_regions`. They are then treated
|
||||||
/// the same way as `ReEarlyParam` while inside of the function.
|
/// 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.
|
/// more info about early and late bound lifetime parameters.
|
||||||
ReLateParam(I::LateParamRegion),
|
ReLateParam(I::LateParamRegion),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user