Skip to content

Commit f5a13e3

Browse files
fixup! Normalize param-env used by lexical region checking in new solver
1 parent 0d39ad3 commit f5a13e3

File tree

1 file changed

+0
-2
lines changed
  • compiler/rustc_infer/src/infer/outlives

1 file changed

+0
-2
lines changed

compiler/rustc_infer/src/infer/outlives/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ pub fn lower_region_checking_assumptions<'tcx, E>(
6464
})
6565
.try_collect()?;
6666

67-
println!("normalized caller bounds: {caller_bounds:#?}");
68-
6967
outlives_env.add_clauses(&caller_bounds);
7068
outlives_env.add_outlives_bounds(x.extra_bounds.iter().copied());
7169
Ok(outlives_env.build())

0 commit comments

Comments
 (0)