rustc_const_eval::interpret::intern

Trait Alias CompileTimeMachine

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