Skip to content

Commit ae8cb00

Browse files
authored
Rollup merge of #80223 - pierwill:patch-10, r=lcnr
docs: Fix outdated crate reference
2 parents 426d20a + 51d1806 commit ae8cb00

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! - **MIR.** The "mid-level (M) intermediate representation (IR)" is
99
//! defined in the `mir` module. This module contains only the
1010
//! *definition* of the MIR; the passes that transform and operate
11-
//! on MIR are found in `librustc_mir` crate.
11+
//! on MIR are found in `rustc_mir` crate.
1212
//! - **Types.** The internal representation of types used in rustc is
1313
//! defined in the `ty` module. This includes the **type context**
1414
//! (or `tcx`), which is the central context during most of

0 commit comments

Comments
 (0)