about summary refs log tree commit diff
path: root/compiler/rustc_traits
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-08-01 04:06:21 +0000
committerbors <bors@rust-lang.org>2025-08-01 04:06:21 +0000
commit6c02dd4eae83befde07dc4782395e2005055e9fa (patch)
treec32cb9fe9c151a9655981d1ced121939b2c49e6b /compiler/rustc_traits
parentadcb3d3b4cd3b7c4cde642f3ed537037f293738e (diff)
parent066a973312066b792c5de4b41b92dcb437f22bac (diff)
downloadrust-6c02dd4eae83befde07dc4782395e2005055e9fa.tar.gz
rust-6c02dd4eae83befde07dc4782395e2005055e9fa.zip
Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr
Optimize region constraints

r? `@lcnr`
Diffstat (limited to 'compiler/rustc_traits')
-rw-r--r--compiler/rustc_traits/src/coroutine_witnesses.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_traits/src/coroutine_witnesses.rs b/compiler/rustc_traits/src/coroutine_witnesses.rs
index 87d17f3e131..8a2a0832ddb 100644
--- a/compiler/rustc_traits/src/coroutine_witnesses.rs
+++ b/compiler/rustc_traits/src/coroutine_witnesses.rs
@@ -70,7 +70,6 @@ fn compute_assumptions<'tcx>(
         let region_constraints = infcx.take_and_reset_region_constraints();
 
         let outlives = make_query_region_constraints(
-            tcx,
             region_obligations,
             &region_constraints,
             region_assumptions,