Rollup merge of #69317 - LeSeulArtichaut:patch-1, r=Dylan-DPC

Fix broken link to the rustc guide
This commit is contained in:
Mazdak Farrokhzad 2020-02-20 20:18:55 +01:00 committed by GitHub
commit c1165ce786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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::*;