rust/compiler/rustc_trait_selection
bors 2b6ed3b675 Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis
Don't normalize opaque types with escaping late-bound regions

Fixes #88862

Turns out, this has some really bad perf implications in large types (issue #88862). While we technically can handle them fine, it doesn't change test output either way. For now, revert with an added benchmark. Future attempts to change this back will have to consider perf.

Needs a perf run once https://github.com/rust-lang/rustc-perf/pull/1033 is merged

r? `@nikomatsakis`
2021-09-27 14:08:13 +00:00
..
src Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis 2021-09-27 14:08:13 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00