mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
26fb78a891
Make `ty::Error` implement all auto traits I have no idea what's up with the crashes test I fixed--I really don't want to look into it since it has to do something with borrowck and multiple layers of opaques. I think the underlying idea of allowing error types to implement all auto traits is justified though. Fixes #134796 Fixes #131050 r? lcnr