We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
untranslatable_diagnostic
allow
1 parent 80d0d92 commit ceb4a40Copy full SHA for ceb4a40
compiler/rustc_lint/src/internal.rs
@@ -427,7 +427,7 @@ declare_tool_lint! {
427
/// More details on translatable diagnostics can be found
428
/// [here](https://rustc-dev-guide.rust-lang.org/diagnostics/translation.html).
429
pub rustc::UNTRANSLATABLE_DIAGNOSTIC,
430
- Deny,
+ Allow,
431
"prevent creation of diagnostics which cannot be translated",
432
report_in_external_macro: true
433
}
0 commit comments