Module rustc_mir::borrow_check::nll::region_infer::dump_mir [−][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?
As part of generating the regions, if you enable -Zdump-mir=nll
,
we will generate an annotated copy of the MIR that includes the
state of region inference. This code handles emitting the region
context internal state.
Re-exports
use std::io; |
use std::io::Write; |
use super::OutlivesConstraint; |
use super::RegionInferenceContext; |
Constants
REGION_WIDTH |
[ Experimental ]
|