mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
70ef5048d4
Remove `SubdiagMessage` in favour of the identical `DiagMessage` For https://github.com/rust-lang/rust/issues/151366 Just some more cleanup :) SubdiagMessage is now identical to DiagMessage, so there's no point in having both of them