Module rustc_borrowck::region_infer::dump_mir
source · Expand description
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.