rust/compiler/rustc_typeck
bors fac8fa5672 Auto merge of #98487 - cjgillot:variance-nohir, r=wesleywiser
Do not fetch HIR to compute variances.

Everything can be done using higher-level queries.  This simplifies the code, and should allow better incremental caching.
2022-07-07 01:17:36 +00:00
..
2022-06-27 08:48:55 +10:00

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