Module rustc_const_eval::interpret::machine
source · Expand description
This module contains everything needed to instantiate an interpreter. This separation exists to ensure that no fancy miri features like interpreting common C functions leak into CTFE.
Macros
Enums
Data returned by Machine::stack_pop,
to provide further control over the popping of the stack frame