mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
84cb74ad9a
Start migrating `DecorateDiagCompat::Builtin` items to `DecorateDiagCompat::Dynamic` Part of https://github.com/rust-lang/rust/issues/153099. End goal being to completely remove the two steps currently required by `DecorateDiagCompat::Builtin` and remove duplicated types. r? @JonathanBrouwer