Matthias Krüger
efe9deace8
Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, r=davidtwco
...
Rework `untranslatable_diagnostic` lint
Currently it only checks calls to functions marked with `#[rustc_lint_diagnostics]`. This PR changes it to check calls to any function with an `impl Into<{D,Subd}iagnosticMessage>` parameter. This greatly improves its coverage and doesn't rely on people remembering to add `#[rustc_lint_diagnostics]`. It also lets us add `#[rustc_lint_diagnostics]` to a number of functions that don't have an `impl Into<{D,Subd}iagnosticMessage>`, such as `Diag::span`.
r? ``@davidtwco``
2024-03-06 22:02:46 +01:00
..
2024-03-06 22:02:46 +01:00
2024-03-06 02:18:22 +00:00
2024-03-05 12:38:03 -05:00
2024-03-06 22:02:46 +01:00
2024-03-06 22:02:46 +01:00
2024-03-02 10:09:36 +01:00
2024-03-06 14:19:01 +11:00
2024-03-06 14:19:38 +11:00
2024-03-05 12:38:03 -05:00
2024-03-05 15:03:33 +01:00
2024-03-05 15:03:33 +01:00
2024-03-05 15:03:33 +01:00
2024-03-05 22:10:03 +01:00
2024-03-06 22:02:46 +01:00
2024-03-04 22:16:30 +01:00
2024-03-06 22:02:46 +01:00
2024-03-02 10:09:35 +01:00
2024-03-05 12:14:49 +11:00
2024-03-06 22:02:46 +01:00
2024-03-06 22:02:46 +01:00
2024-03-06 22:02:46 +01:00
2024-03-05 12:14:49 +11:00
2024-03-06 02:18:22 +00:00
2024-03-06 10:04:26 +00:00
2024-03-06 02:18:22 +00:00
2024-03-05 08:11:45 +11:00
2024-03-06 10:04:26 +00:00
2024-03-06 22:02:46 +01:00
2024-03-06 22:02:46 +01:00
2024-03-05 12:15:10 +11:00
2024-03-01 18:50:40 -08:00
2024-03-03 12:33:26 +01:00
2024-03-05 13:28:15 -05:00
2024-03-06 22:02:46 +01:00
2024-03-06 22:02:46 +01:00
2024-03-05 12:14:49 +11:00
2024-03-04 16:13:50 +00:00
2024-03-05 02:58:34 +00:00
2024-03-05 13:28:15 -05:00
2024-03-04 15:39:59 +00:00
2024-03-05 12:15:10 +11:00
2024-03-06 14:19:38 +11:00
2024-03-05 06:40:33 +01:00
2024-03-05 13:30:46 -05:00
2024-03-04 20:43:58 +01:00
2024-03-02 19:51:56 +01:00
2024-03-06 21:17:12 +08:00
2024-03-06 22:02:46 +01:00
2024-03-01 11:16:35 -08:00
2024-03-05 15:03:33 +01:00
2024-03-02 20:13:24 +01:00
2024-03-05 15:42:10 +00:00
2024-03-06 02:18:22 +00:00
2024-03-05 13:28:15 -05:00
2024-03-06 10:04:26 +00:00
2024-03-05 13:28:15 -05:00
2024-03-01 11:16:35 -08:00