mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 18:48:00 +00:00
Lower return type outside async block creation This allows feeding a different output type to async blocks with a different `ImplTraitContext`. Spotted this while working on #104321