We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93711d0 commit 8e793edCopy full SHA for 8e793ed
src/librustc_passes/region.rs
@@ -4,7 +4,7 @@
4
//! For more information about how MIR-based region-checking works,
5
//! see the [rustc guide].
6
//!
7
-//! [rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
+//! [rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html
8
9
use rustc::hir::map::Map;
10
use rustc::middle::region::*;
0 commit comments