Module rustc_mir::interpret::traits[][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?

Re-exports

use rustc::ty;
use rustc::ty::Ty;
use rustc::ty::layout::Size;
use rustc::ty::layout::Align;
use rustc::ty::layout::LayoutOf;
use syntax::ast::Mutability;
use rustc::mir::interpret::PrimVal;
use rustc::mir::interpret::Value;
use rustc::mir::interpret::MemoryPointer;
use rustc::mir::interpret::EvalResult;
use super::EvalContext;
use super::Machine;