rust/compiler/rustc_hir_analysis
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-02-06 13:12:33 +11:00
2024-01-12 14:11:16 +03:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.