mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
baa5a76b97
Normalize closure instance before eagerly monomorphizing it We were monomorphizing two versions of the closure (or in the original issue, coroutine) -- one with normalized captures and one with unnormalized captures. This led to a symbol collision. Fixes #137009 r? `@saethlin` or reassign