rust/compiler/rustc_transmute/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
..
layout Fix an ICE that occurs after an error has already been reported 2024-01-09 16:09:30 +00:00
maybe_transmutable Remove the MaybeTransmutableQuery<&'l Dfa<...>, C> impl. 2023-10-06 11:25:32 +11:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00