Trait Alias rustc_const_eval::interpret::intern::CompileTimeMachine

source ·
trait CompileTimeMachine<'mir, 'tcx: 'mir, T> = Machine<'mir, 'tcx, MemoryKind = T, Provenance = CtfeProvenance, ExtraFnVal = !, FrameExtra = (), AllocExtra = (), MemoryMap = FxIndexMap<AllocId, (MemoryKind<T>, Allocation)>> + HasStaticRootDefId;