We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac2ec commit 3fb1f68Copy full SHA for 3fb1f68
compiler/rustc_borrowck/src/renumber.rs
@@ -6,7 +6,7 @@ use rustc_middle::ty::subst::SubstsRef;
6
use rustc_middle::ty::{self, Ty, TyCtxt, TypeFoldable};
7
8
/// Replaces all free regions appearing in the MIR with fresh
9
-/// inference variables, returning the number of variables created.
+/// inference variables.
10
#[instrument(skip(infcx, body, promoted), level = "debug")]
11
pub fn renumber_mir<'tcx>(
12
infcx: &InferCtxt<'_, 'tcx>,
0 commit comments