mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +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.