mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
dd42f7a0a6
Remove a use of `StructuredDiag`, which is incompatible with automatic error tainting and error translations fixes #127219 I want to remove all of `StructuredDiag`, but it's a bit more involved as it is also used from the `ItemCtxt`, which doesn't support tainting yet.