mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:06:09 +00:00
Don't grab variances in `TypeRelating` relation if we're invariant Since `Invariant.xform(var) = Invariant` always, so just copy what the generalizer relation does. Fixes #110106