Module rustc_mir::build::into [−][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?
In general, there are a number of things for which it's convenient
to just call builder.into
and have it emit its result into a
given location. This is basically for expressions or things that can be
wrapped up as expressions (e.g. blocks). To make this ergonomic, we use this
latter EvalInto
trait.
Re-exports
use build::BlockAnd; |
use build::Builder; |
use hair::*; |
use rustc::mir::*; |
Traits
EvalInto |
[ Experimental ]
|