Skip to content

Commit ceb4a40

Browse files
committed
Downgrade untranslatable_diagnostic to allow
See <rust-lang#132181> for more context.
1 parent 80d0d92 commit ceb4a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint/src/internal.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ declare_tool_lint! {
427427
/// More details on translatable diagnostics can be found
428428
/// [here](https://rustc-dev-guide.rust-lang.org/diagnostics/translation.html).
429429
pub rustc::UNTRANSLATABLE_DIAGNOSTIC,
430-
Deny,
430+
Allow,
431431
"prevent creation of diagnostics which cannot be translated",
432432
report_in_external_macro: true
433433
}

0 commit comments

Comments
 (0)