Module rustc_smir::rustc_internal
source · Expand description
Module that implements the bridge between Stable MIR and internal compiler MIR.
For that, we define APIs that will temporarily be public to 3P that exposes rustc internal APIs until stable MIR is complete.
Structs
- A
DefId
identifies a particular definition, by combining a crate index and a def index.