Skip to content

Commit

Permalink
Rollup merge of #69317 - LeSeulArtichaut:patch-1, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Fix broken link to the rustc guide
  • Loading branch information
Centril authored Feb 20, 2020
2 parents 362f650 + 8e793ed commit c1165ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_passes/region.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit c1165ce

Please sign in to comment.