mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:26:05 +00:00
Instantiate auto trait/`Copy`/`Clone`/`Sized` before computing constituent types binder This makes the binder logic w.r.t. coroutines a bit simpler. r? lcnr