diff options
| author | bors <bors@rust-lang.org> | 2025-08-01 04:06:21 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-08-01 04:06:21 +0000 |
| commit | 6c02dd4eae83befde07dc4782395e2005055e9fa (patch) | |
| tree | c32cb9fe9c151a9655981d1ced121939b2c49e6b /compiler/rustc_traits | |
| parent | adcb3d3b4cd3b7c4cde642f3ed537037f293738e (diff) | |
| parent | 066a973312066b792c5de4b41b92dcb437f22bac (diff) | |
| download | rust-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.rs | 1 |
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, ®ion_constraints, region_assumptions, |
