mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
5ea536b35f
Compute variances for lazy type aliases Fixes #114221. CC ``@oli-obk`` r? types
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.