We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 426d20a + 51d1806 commit ae8cb00Copy full SHA for ae8cb00
compiler/rustc_middle/src/lib.rs
@@ -8,7 +8,7 @@
8
//! - **MIR.** The "mid-level (M) intermediate representation (IR)" is
9
//! defined in the `mir` module. This module contains only the
10
//! *definition* of the MIR; the passes that transform and operate
11
-//! on MIR are found in `librustc_mir` crate.
+//! on MIR are found in `rustc_mir` crate.
12
//! - **Types.** The internal representation of types used in rustc is
13
//! defined in the `ty` module. This includes the **type context**
14
//! (or `tcx`), which is the central context during most of
0 commit comments