mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Fix broken documentation link
Signed-off-by: ChoKyuWon <kyuwoncho18@gmail.com>
This commit is contained in:
parent
fd7eefc275
commit
450943b0d6
@ -154,7 +154,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-params/early-late-bound-summary.html> for
|
||||
/// more info about early and late bound lifetime parameters.
|
||||
ReLateParam(I::LateParamRegion),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user