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::subst::Substs; |
use ty::query::TyCtxtAt; |
use mir::interpret::ConstValue; |
use errors::DiagnosticBuilder; |
use graphviz::IntoCow; |
use syntax_pos::Span; |
use syntax::ast; |
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 ]
|