Skip to content

Commit 67defd7

Browse files
committed
update instrumentation
1 parent efdd9e8 commit 67defd7

File tree

1 file changed

+1
-3
lines changed
  • compiler/rustc_borrowck/src/region_infer

1 file changed

+1
-3
lines changed

compiler/rustc_borrowck/src/region_infer/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,6 @@ impl<'tcx> RegionInferenceContext<'tcx> {
981981
return false;
982982
};
983983

984-
debug!("subject = {:?}", subject);
985-
986984
let r_scc = self.constraint_sccs.scc(*lower_bound);
987985

988986
debug!(
@@ -1063,7 +1061,7 @@ impl<'tcx> RegionInferenceContext<'tcx> {
10631061
/// variables in the type `T` with an equal universal region from the
10641062
/// closure signature.
10651063
/// This is not always possible, so this is a fallible process.
1066-
#[instrument(level = "debug", skip(self, infcx))]
1064+
#[instrument(level = "debug", skip(self, infcx), ret)]
10671065
fn try_promote_type_test_subject(
10681066
&self,
10691067
infcx: &InferCtxt<'tcx>,

0 commit comments

Comments
 (0)