rust/src/librustc_typeck
Pietro Albini f0a6e3a583
Rollup merge of #55745 - nnethercote:outlives_components-SmallVec, r=matthewjasper
Convert `outlives_components`' return value to a `SmallVec` outparam.

This avoids some allocations, reducing instruction counts by 1% on a
couple of benchmarks.
2018-11-11 00:21:12 +01:00
..
2018-11-07 21:57:40 +00:00
2018-11-07 21:57:40 +00:00

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