mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

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