mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
d0ea342440
Flush errors before deep normalize in `dropck_outlives` Deep normalization doesn't allow the ocx to have pending obligations, so process them before deeply normalizing. Fixes https://github.com/rust-lang/rust/issues/140931 Fixes https://github.com/rust-lang/rust/issues/140462