Files
rust/compiler/rustc_driver_impl/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
..
2024-01-08 15:25:55 -05:00
2024-02-06 13:12:33 +11:00
2023-12-19 13:35:37 -05:00
2023-04-25 08:17:18 -07:00
2023-07-19 00:22:04 -07:00