Crate rustc_mir_build

Source
Expand description

Construction of MIR from HIR.

Modulesยง

  • build ๐Ÿ”’
  • check_unsafety ๐Ÿ”’
  • errors ๐Ÿ”’
  • thir ๐Ÿ”’
    The MIR is built from some typed high-level IR (THIR). This section defines the THIR along with a trait for accessing it. The intention is to allow MIR construction to be unit-tested and separated from the Rust source and compiler data structures.

Staticsยง

  • Raw content of Fluent resource for this crate, generated by fluent_messages macro, imported by rustc_driver to include all cratesโ€™ resources in one bundle.

Functionsยง