rust/compiler/rustc_graphviz/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
..
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
tests.rs eplace usages of vec![].into_iter with [].into_iter 2022-01-09 14:09:25 +11:00