diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-03-19 18:27:40 +0100 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-03-19 18:27:40 +0100 |
| commit | 8d706556ea00395e25404cd5c43f0a7763ffa163 (patch) | |
| tree | 009b457e673d9671ea5e4ad1efa2325395b07386 | |
| parent | 85123d2504885e4670d80dab96f4f9629f2be98b (diff) | |
| download | rust-8d706556ea00395e25404cd5c43f0a7763ffa163.tar.gz rust-8d706556ea00395e25404cd5c43f0a7763ffa163.zip | |
Fix wrong crate name in custom MIR docs
| -rw-r--r-- | library/core/src/intrinsics/mir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/intrinsics/mir.rs b/library/core/src/intrinsics/mir.rs index d2d9771bdce..64fc1c0c277 100644 --- a/library/core/src/intrinsics/mir.rs +++ b/library/core/src/intrinsics/mir.rs @@ -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: //! |
