[−][src]Module rustc_mir::borrow_check::places_conflict
🔬 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
| PlaceComponents |
[ Experimental ] A linked list of places running up the stack; begins with the
innermost place and extends to projections (e.g., |
| PlaceComponentsIter |
[ Experimental ] Iterator over components; see |
Functions
| place_components_conflict |
[ Experimental ]
|
| place_element_conflict |
[ Experimental ]
|
| places_conflict |
[ Experimental ]
|
| unroll_place |
[ Experimental ] Recursively "unroll" a place into a |