Rollup merge of #109353 - Nilstrieb:rustc-mir-building, r=compiler-errors

Fix wrong crate name in custom MIR docs
This commit is contained in:
Matthias Krüger 2023-03-20 07:10:34 +01:00 committed by GitHub
commit 5ae1ce80ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
//!