Function rustc_mir::interpret::const_eval::eval_promoted[][src]

pub fn eval_promoted<'a, 'mir, 'tcx>(
    tcx: TyCtxt<'a, 'tcx, 'tcx>,
    cid: GlobalId<'tcx>,
    mir: &'mir Mir<'tcx>,
    param_env: ParamEnv<'tcx>
) -> Option<(Value, Pointer, Ty<'tcx>)>
🔬 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?