Skip to content

Commit 3fb1f68

Browse files
committed
update comment
1 parent feac2ec commit 3fb1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/renumber.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use rustc_middle::ty::subst::SubstsRef;
66
use rustc_middle::ty::{self, Ty, TyCtxt, TypeFoldable};
77

88
/// Replaces all free regions appearing in the MIR with fresh
9-
/// inference variables, returning the number of variables created.
9+
/// inference variables.
1010
#[instrument(skip(infcx, body, promoted), level = "debug")]
1111
pub fn renumber_mir<'tcx>(
1212
infcx: &InferCtxt<'_, 'tcx>,

0 commit comments

Comments
 (0)