Module rustc_mir::interpret::machine [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
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.
Traits
Machine |
[ Experimental ] Methods of this trait signifies a point where CTFE evaluation would fail and some use case dependent behaviour can instead be applied |