mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-08 05:06:52 +00:00

PR #119097 made the decision to make all `IntoDiagnostic` impls generic, because this allowed a bunch of nice cleanups. But four hand-written impls were unintentionally overlooked. This commit makes them generic.