Module rustc_mir::borrow_check::location [−][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?
Structs
LocationIndex |
[ Experimental ]
|
LocationTable |
[ Experimental ] Maps between a MIR Location, which identifies the a particular
statement within a basic block, to a "rich location", which
identifies at a finer granularity. In particular, we distinguish
the start of a statement and the mid-point. The mid-point is
the point just before the statement takes effect; in particular,
for an assignment |
Enums
RichLocation |
[ Experimental ]
|
Existentials
[ Experimental ]
|