Expand description
Module that collects the things that have no stability guarantees.
We want to keep StableMIR definitions and logic separate from any sort of conversion and usage of internal rustc code. So we restrict the usage of internal items to be inside this module.
Modulesยง
- convert ๐
- This module holds the logic to convert rustc internal ADTs into stable mir ADTs.
- internal_
cx ๐ - Implementation of InternalCx.
Traitsยง
- Internal
Cx - Trait that defines the methods that are fine to call from [
RustcInternal
].
Functionsยง
- new_
item_ ๐kind