rust/compiler/rustc_serialize/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
..
leb128.rs Reimplement FileEncoder with a small-write optimization 2023-09-10 23:37:51 -04:00
lib.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
opaque.rs Call FileEncoder::finish in rmeta encoding 2023-11-22 22:49:22 -05:00
serialize.rs Remove more needless leb128 coding for enum variants 2024-01-09 20:08:44 -05:00