mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:17:25 +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.