about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-02-20 20:18:55 +0100
committerGitHub <noreply@github.com>2020-02-20 20:18:55 +0100
commitc1165ce78622c632a7d6859cfacce313e7fce263 (patch)
tree3d34eb0e18fc06ddc1dc39366206357e9f34cc99
parent362f6501f0664c0821ee1948cef8cf411c184930 (diff)
parent8e793ed649a2770211f1a61e7bc6c9119decc991 (diff)
downloadrust-c1165ce78622c632a7d6859cfacce313e7fce263.tar.gz
rust-c1165ce78622c632a7d6859cfacce313e7fce263.zip
Rollup merge of #69317 - LeSeulArtichaut:patch-1, r=Dylan-DPC
Fix broken link to the rustc guide
-rw-r--r--src/librustc_passes/region.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_passes/region.rs b/src/librustc_passes/region.rs
index e79ca5c78d6..d0f49fdcc75 100644
--- a/src/librustc_passes/region.rs
+++ b/src/librustc_passes/region.rs
@@ -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::*;