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.
1 parent ebcaec4 commit 31eddb0Copy full SHA for 31eddb0
compiler/rustc_trait_selection/src/lib.rs
@@ -21,8 +21,8 @@
21
#![feature(if_let_guard)]
22
#![feature(never_type)]
23
#![recursion_limit = "512"] // For rustdoc
24
-#![deny(rustc::untranslatable_diagnostic)]
25
-#![deny(rustc::diagnostic_outside_of_impl)]
+// #![deny(rustc::untranslatable_diagnostic)]
+// #![deny(rustc::diagnostic_outside_of_impl)]
26
27
#[macro_use]
28
extern crate rustc_macros;
0 commit comments