rust/compiler/rustc_trait_selection
Roxane dc183702da Replace tuple of infer vars for upvar_tys with single infer var
This commit allows us to decide the number of captures required after
completing capture ananysis, which is required as part of implementing
RFC-2229.

Co-authored-by: Aman Arora <me@aman-arora.com>
Co-authored-by: Jenny Wills <wills.jenniferg@gmail.com>
2020-10-11 03:32:35 -04:00
..
src Replace tuple of infer vars for upvar_tys with single infer var 2020-10-11 03:32:35 -04:00
Cargo.toml