Module mir_kinds

Source
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() returns None; this is used to get the bodies provided via from_mir but not attempt to get MIR for functions etc.

Traits§

IsMirKind