rust/compiler/rustc_typeck
Jonas Schievink fe9a02c211
Rollup merge of #79460 - bugadani:simplify, r=jonas-schievink
Remove intermediate vectors from `add_bounds`

This PR removes two short lived vectors that don't serve any obvious purpose.
2020-11-28 15:58:23 +01:00
..
src Rollup merge of #79460 - bugadani:simplify, r=jonas-schievink 2020-11-28 15:58:23 +01:00
Cargo.toml
README.md

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.