mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-12 13:59:41 +00:00
do not implement `Relate` for "boring" types and update some macros while we're at it. This means we don't have to implement `TypeVisitable` for them. r? `@compiler-errors`
For more information about how rustc works, see the rustc dev guide.