Fix wrong crate name in custom MIR docs

This commit is contained in:
Nilstrieb 2023-03-19 18:27:40 +01:00
parent 85123d2504
commit 8d706556ea
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
//!
//! The documentation for this module describes how to use this feature. If you are interested in
//! hacking on the implementation, most of that documentation lives at
//! `rustc_mir_building/src/build/custom/mod.rs`.
//! `rustc_mir_build/src/build/custom/mod.rs`.
//!
//! Typical usage will look like this:
//!