We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb99e6f commit 05ed13bCopy full SHA for 05ed13b
compiler/rustc_type_ir/src/lib.rs
@@ -1,6 +1,8 @@
1
#![feature(fmt_helpers_for_derive)]
2
#![feature(min_specialization)]
3
#![feature(rustc_attrs)]
4
+#![deny(rustc::untranslatable_diagnostic)]
5
+#![deny(rustc::diagnostic_outside_of_impl)]
6
7
#[macro_use]
8
extern crate bitflags;
0 commit comments