Module rustc::middle::const_val[][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 hir::def_id::DefId;
use ty;
use ty::TyCtxt;
use ty::layout;
use ty::subst::Substs;
use mir::interpret::Value;
use mir::interpret::PrimVal;
use errors::DiagnosticBuilder;
use graphviz::IntoCow;
use syntax_pos::Span;
use std::borrow::Cow;
use rustc_data_structures::sync::Lrc;

Structs

ConstEvalErr [
Experimental
]
FrameInfo [
Experimental
]

Enums

ConstEvalErrDescription [
Experimental
]
ConstVal [
Experimental
]
ErrKind [
Experimental
]

Functions

struct_error [
Experimental
]

Type Definitions

EvalResult [
Experimental
]