[][src]Function rustc_mir::borrow_check::nll::renumber::renumber_mir

pub fn renumber_mir<'tcx>(infcx: &InferCtxt<'_, '_, 'tcx>, mir: &mut Mir<'tcx>)
🔬 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?

Replaces all free regions appearing in the MIR with fresh inference variables, returning the number of variables created.