Module rustc_mir::dataflow::move_paths::builder[][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 rustc::ty;
use rustc::ty::TyCtxt;
use rustc::mir::*;
use rustc::mir::tcx::RvalueInitializationState;
use rustc::util::nodemap::FxHashMap;
use rustc_data_structures::indexed_vec::IndexVec;
use std::collections::hash_map::Entry;
use std::mem;
use super::abs_domain::Lift;
use super::LocationMap;
use super::MoveData;
use super::MovePath;
use super::MovePathLookup;
use super::MovePathIndex;
use super::MoveOut;
use super::MoveOutIndex;
use super::MoveError;
use super::InitIndex;
use super::Init;
use super::LookupResult;
use super::InitKind;
use super::IllegalMoveOriginKind::*;

Structs

Gatherer [
Experimental
]
MoveDataBuilder [
Experimental
]

Functions

gather_moves [
Experimental
]