Module rustc::middle::const_evalUnstable [-] [+] [src]

Reexports

pub use self::const_val::*;

Structs

ConstEvalErr

Enums

ErrKind
IntTy
UintTy
const_val

Functions

compare_const_vals
compare_lit_exprs
const_expr_to_pat
const_int_checked_add
const_int_checked_div
const_int_checked_mul
const_int_checked_neg
const_int_checked_rem
const_int_checked_shl
const_int_checked_shl_via_uint
const_int_checked_shr
const_int_checked_shr_via_uint
const_int_checked_sub
const_uint_checked_add
const_uint_checked_div
const_uint_checked_mul
const_uint_checked_neg
const_uint_checked_rem
const_uint_checked_shl
const_uint_checked_shl_via_int
const_uint_checked_shr
const_uint_checked_shr_via_int
const_uint_checked_sub
eval_const_expr
eval_const_expr_partial
lookup_const_by_id

Type Definitions

CastResult
EvalResult