mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
02423a5747
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.