We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 490d04b + 05ed13b commit 30e65ceCopy full SHA for 30e65ce
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