[−][src]Module rustc_mir::borrow_check::nll
🔬 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?
Modules
| constraint_generation |
[ Experimental ]
|
| constraints |
[ Experimental ]
|
| explain_borrow |
[ Experimental ]
|
| facts |
[ Experimental ]
|
| invalidation |
[ Experimental ]
|
| region_infer |
[ Experimental ]
|
| renumber |
[ Experimental ]
|
| type_check |
[ Experimental ] This pass type-checks the MIR to ensure it is not broken. |
| universal_regions |
[ Experimental ] Code to extract the universally quantified regions declared on a function and the relationships between them. For example: |
Traits
| ToRegionVid |
[ Experimental ] Right now, we piggy back on the |
Functions
| compute_regions |
[ Experimental ] Computes the (non-lexical) regions from the input MIR. |
| dump_annotation |
[ Experimental ]
|
| dump_mir_results |
[ Experimental ]
|
| for_each_region_constraint |
[ Experimental ]
|
| replace_regions_in_mir |
[ Experimental ] Rewrites the regions in the MIR to use NLL variables, also
scraping out the set of universal regions (e.g., region parameters)
declared on the function. That set will need to be given to
|