Skip to content

Commit 5ae1ce8

Browse files
authored
Rollup merge of rust-lang#109353 - Nilstrieb:rustc-mir-building, r=compiler-errors
Fix wrong crate name in custom MIR docs
2 parents 39e09ac + 8d70655 commit 5ae1ce8

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/intrinsics

1 file changed

+1
-1
lines changed

library/core/src/intrinsics/mir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//!
99
//! The documentation for this module describes how to use this feature. If you are interested in
1010
//! hacking on the implementation, most of that documentation lives at
11-
//! `rustc_mir_building/src/build/custom/mod.rs`.
11+
//! `rustc_mir_build/src/build/custom/mod.rs`.
1212
//!
1313
//! Typical usage will look like this:
1414
//!

0 commit comments

Comments
 (0)