f0a6e3a583
Convert `outlives_components`' return value to a `SmallVec` outparam. This avoids some allocations, reducing instruction counts by 1% on a couple of benchmarks.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc guide.