[−][src]Module rustc_mir::borrow_check::nll::constraints::graph
🔬 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
| ConstraintGraph |
[ Experimental ] The construct graph organizes the constraints by their end-points.
It can be used to view a |
| Edges |
[ Experimental ]
|
| Normal |
[ Experimental ] In normal mode, a |
| RegionGraph |
[ Experimental ] This struct brings together a constraint set and a (normal, not reverse) constraint graph. It implements the graph traits and is usd for doing the SCC computation. |
| Reverse |
[ Experimental ] In reverse mode, a |
| Successors |
[ Experimental ]
|
Traits
| ConstraintGraphDirecton |
[ Experimental ] Marker trait that controls whether a |
Type Definitions
| NormalConstraintGraph |
[ Experimental ]
|
| ReverseConstraintGraph |
[ Experimental ]
|