mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-26 19:38:09 +00:00
Use `Binder<Vec<Ty>>` instead of `Vec<Binder<Ty>>` in both solvers for sized/auto traits/etc. It's more conceptually justified IMO, especially when binders get implications. r? lcnr
For more information about how rustc works, see the rustc dev guide.