rust/compiler/rustc_middle
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
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Replace tuple of infer vars for upvar_tys with single infer var 2020-10-11 03:32:35 -04:00
Cargo.toml Update chalk to 0.32.0 2020-10-08 13:17:01 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.