rust/compiler/rustc_const_eval/src
Nicholas Nethercote 0ac1195ee0 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 be converted to use translated diagnostics.

This commit removes more `deny` attributes than it adds `allow`
attributes, which proves that this change is warranted.
2024-02-06 13:12:33 +11:00
..
const_eval Use DiagnosticArgName in a few more places. 2024-02-03 09:02:50 +11:00
interpret interpret/memory: fix safety comment for large array memset optimization 2024-01-26 17:54:41 +01:00
transform Stop using String for error codes. 2024-01-29 07:41:41 +11:00
util Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillot 2024-01-25 03:16:07 +00:00
errors.rs Remove the lifetime from DiagnosticArgValue. 2024-01-30 18:46:06 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00