Skip to content

Commit c1165ce

Browse files
authored
Rollup merge of #69317 - LeSeulArtichaut:patch-1, r=Dylan-DPC
Fix broken link to the rustc guide
2 parents 362f650 + 8e793ed commit c1165ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_passes/region.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! For more information about how MIR-based region-checking works,
55
//! see the [rustc guide].
66
//!
7-
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
7+
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html
88
99
use rustc::hir::map::Map;
1010
use rustc::middle::region::*;

0 commit comments

Comments
 (0)