We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5fada commit ef2f6abCopy full SHA for ef2f6ab
compiler/rustc_symbol_mangling/src/lib.rs
@@ -91,6 +91,8 @@
91
#![feature(never_type)]
92
#![recursion_limit = "256"]
93
#![allow(rustc::potential_query_instability)]
94
+#![deny(rustc::untranslatable_diagnostic)]
95
+#![deny(rustc::diagnostic_outside_of_impl)]
96
97
#[macro_use]
98
extern crate rustc_middle;
0 commit comments