mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:06:53 +00:00
Remove unnecessary binder from `get_impl_future_output_ty` We never construct an `async fn` with a higher-ranked `impl Future` bound anyways, and basically all the call-sites already skip the binder.