diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-03-05 18:07:42 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-03-10 17:08:16 -0300 |
| commit | 9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514 (patch) | |
| tree | fe61bbc24975edd6ad3b889082dc0e48f9d63f61 /src/librustc/mir | |
| parent | 0037f4e37cb32f6195ab57fe4e5d34eb0adcd2d5 (diff) | |
| download | rust-9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514.tar.gz rust-9d4fdba8bee7e1f445fa0ebbd4aed0defbd8e514.zip | |
Rename rustc guide to rustc dev guide
Diffstat (limited to 'src/librustc/mir')
| -rw-r--r-- | src/librustc/mir/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/mir/mod.rs b/src/librustc/mir/mod.rs index 92e99906b45..9a95c9c4668 100644 --- a/src/librustc/mir/mod.rs +++ b/src/librustc/mir/mod.rs @@ -1,6 +1,6 @@ -//! MIR datatypes and passes. See the [rustc guide] for more info. +//! MIR datatypes and passes. See the [rustc dev guide] for more info. //! -//! [rustc guide]: https://rust-lang.github.io/rustc-dev-guide/mir/index.html +//! [rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/mir/index.html use crate::mir::interpret::{GlobalAlloc, Scalar}; use crate::mir::visit::MirVisitable; |
