Module rustc_mir::build::expr::as_rvalue[][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?

See docs in build/expr/mod.rs

Re-exports

use rustc_data_structures::fx::FxHashMap;
use rustc_data_structures::fx::FxHashMap;
use rustc_data_structures::indexed_vec::Idx;
use build::BlockAnd;
use build::BlockAndExtension;
use build::Builder;
use build::expr::category::Category;
use build::expr::category::RvalueFunc;
use hair::*;
use rustc::middle::region;
use rustc::ty;
use rustc::ty::Ty;
use rustc::ty::UpvarSubsts;
use rustc::mir::*;
use rustc::mir::interpret::EvalErrorKind;
use syntax_pos::Span;