Module rustc_borrowck::borrowck::move_data[][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?

Data structures used for tracking moves. Please see the extensive comments in the section "Moves and initialization" in README.md.

Re-exports

pub use self::MoveKind::*;

Structs

AssignDataFlowOperator [
Experimental
]
Assignment [
Experimental
]
FlowedMoveData [
Experimental
]
Move [
Experimental
]
MoveData [
Experimental
]
MoveDataFlowOperator [
Experimental
]
MoveIndex [
Experimental
]

Index into MoveData.moves, used like a pointer

MovePath [
Experimental
]
MovePathIndex [
Experimental
]

Index into MoveData.paths, used like a pointer

Enums

MoveKind [
Experimental
]

Constants

InvalidMoveIndex [
Experimental
]
InvalidMovePathIndex [
Experimental
]

Functions

loan_path_is_precise [
Experimental
]

Type Definitions

AssignDataFlow [
Experimental
]
MoveDataFlow [
Experimental
]