We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fae390 commit e1765a9Copy full SHA for e1765a9
compiler/rustc_infer/src/lib.rs
@@ -23,8 +23,6 @@
23
#![feature(never_type)]
24
#![feature(try_blocks)]
25
#![recursion_limit = "512"] // For rustdoc
26
-// #![deny(rustc::untranslatable_diagnostic)]
27
-// #![deny(rustc::diagnostic_outside_of_impl)]
28
29
#[macro_use]
30
extern crate rustc_macros;
0 commit comments