mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 03:53:55 +00:00
Consolidate opaque ty and async fn lowering code The codepaths for lowering "regular" opaques and async fn were almost identical, modulo some bookkeeping that seemed pretty easy to consolidate. r? `@cjgillot`