rust/compiler/rustc_infer/src
Matthias Krüger 46a0448405
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Invert diagnostic lints.

That is, change `diagnostic_outside_of_impl` and `untranslatable_diagnostic` from `allow` to `deny`, because more than half of the compiler has been converted to use translated diagnostics.

This commit removes more `deny` attributes than it adds `allow` attributes, which proves that this change is warranted.

r? ````@davidtwco````
2024-02-09 14:41:50 +01:00
..
errors Add SubdiagnosticMessageOp as a trait alias. 2024-02-08 13:02:44 +11:00
infer Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb 2024-02-08 20:34:57 +01:00
traits hir: Remove fn opt_hir_id and fn opt_span 2024-02-07 09:38:24 +03:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00