diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-20 07:10:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 07:10:34 +0100 |
| commit | 5ae1ce80ce55274837bab93aafca5637bc664611 (patch) | |
| tree | 707d466ce9525432e3e0438efd2d1dfa9bcc393c | |
| parent | 39e09ac3341e1b96b4b36d80992b452257896cbf (diff) | |
| parent | 8d706556ea00395e25404cd5c43f0a7763ffa163 (diff) | |
| download | rust-5ae1ce80ce55274837bab93aafca5637bc664611.tar.gz rust-5ae1ce80ce55274837bab93aafca5637bc664611.zip | |
Rollup merge of #109353 - Nilstrieb:rustc-mir-building, r=compiler-errors
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: //! |
