Expand description
Enumerates the kinds of Mir bodies. TODO: use const generics instead of an open list of types.
Structs§
- Built
- CTFE
- Elaborated
- Optimized
- Promoted
- Unknown
- MIR of unknown origin.
body()
returnsNone
; this is used to get the bodies provided viafrom_mir
but not attempt to get MIR for functions etc.