mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +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