about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-03-20 07:10:34 +0100
committerGitHub <noreply@github.com>2023-03-20 07:10:34 +0100
commit5ae1ce80ce55274837bab93aafca5637bc664611 (patch)
tree707d466ce9525432e3e0438efd2d1dfa9bcc393c
parent39e09ac3341e1b96b4b36d80992b452257896cbf (diff)
parent8d706556ea00395e25404cd5c43f0a7763ffa163 (diff)
downloadrust-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.rs2
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:
 //!