rust/compiler/rustc_attr/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
..
builtin.rs Pack the u128 in LitKind::Int 2024-01-19 20:10:39 -08:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
session_diagnostics.rs Stop using String for error codes. 2024-01-29 07:41:41 +11:00