rust/compiler
Jacob Pratt 6f158164ba
Rollup merge of #122315 - nnethercote:multiple-into-diag-message, r=Nilstrieb
Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function.

The internal diagnostic lint currently only allows one, because that was all that occurred in practice. But rust-lang/rust-clippy/pull/12453 wants to introduce functions with more than one, and this limitation is getting in the way.

r? `@Nilstrieb`
2024-03-11 03:47:22 -04:00
..
2024-03-08 23:20:29 -05:00
2024-03-09 01:13:42 +01:00
2024-03-08 12:34:05 +03:00
2024-03-09 21:16:43 +08:00