Type Definition rustc_mir::interpret::eval_context::EvalSnapshot [−][src]
type EvalSnapshot<'a, 'mir, 'tcx, M> = (M, Vec<Frame<'mir, 'tcx>>, Memory<'a, 'mir, 'tcx, M>);
🔬 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?
The virtual machine state during const-evaluation at a given point in time.