mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
233ed35e84
Emit alias-eq when equating numeric var and projection This doesn't fix everything having to do with projections and infer vars, but it does fix a common case I saw in HIR typeck. r? `@lcnr`