rust/compiler/rustc_trait_selection
Aman Arora 08d1ab0bf1 Always return tupled_upvar_tys for Closure/Generator consituent tys
Depending on if upvar_tys inferred or not, we were returning either an
inference variable which later resolves to a tuple or else the upvar tys
themselves

Co-authored-by: Roxane Fruytier <roxane.fruytier@hotmail.com>
2020-10-11 03:32:35 -04:00
..
src Always return tupled_upvar_tys for Closure/Generator consituent tys 2020-10-11 03:32:35 -04:00
Cargo.toml