diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-02-20 20:18:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 20:18:55 +0100 |
| commit | c1165ce78622c632a7d6859cfacce313e7fce263 (patch) | |
| tree | 3d34eb0e18fc06ddc1dc39366206357e9f34cc99 | |
| parent | 362f6501f0664c0821ee1948cef8cf411c184930 (diff) | |
| parent | 8e793ed649a2770211f1a61e7bc6c9119decc991 (diff) | |
| download | rust-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.rs | 2 |
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::*; |
