rust/compiler/rustc_query_system/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
..
dep_graph Remove dead args from functions 2024-02-02 22:47:26 +00:00
ich Simplify BodyId hashing. 2024-01-16 23:52:30 +00:00
query Avoid code generation for ThinVec<Diagnostic>'s destructor in the query system 2024-01-20 13:43:05 +01:00
cache.rs Remove a fishy Clone impl 2023-04-04 09:01:44 +00:00
error.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
values.rs Value recovery can take the whole CycleError 2024-01-08 20:30:10 +00:00