mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Rollup merge of #126579 - ChoKyuWon:master, r=TaKO8Ki
Fix broken documentation link The original doc link on the comment was broken, so fix it to the proper link.
This commit is contained in:
commit
e45b5f47fb
@ -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