Fix broken link to the rustc guide

This commit is contained in:
LeSeulArtichaut 2020-02-20 17:20:31 +01:00
parent 93711d063b
commit 8e793ed649
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
//! For more information about how MIR-based region-checking works,
//! see the [rustc guide].
//!
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/mir/borrowck.html
//! [rustc guide]: https://rust-lang.github.io/rustc-guide/borrow_check.html
use rustc::hir::map::Map;
use rustc::middle::region::*;