mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 10:17:39 +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