mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
599768d930
return `ty::Error` when equating `ty::Error` This helps iron out a difference in diagnostics between `Sub` and `Equate` relations, which I'm currently trying to unify. r? oli-obk