We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e761f3 + c835d9c commit 5ba68dfCopy full SHA for 5ba68df
compiler/rustc_transmute/src/lib.rs
@@ -7,6 +7,8 @@
7
result_into_ok_or_err
8
)]
9
#![allow(dead_code, unused_variables)]
10
+#![deny(rustc::untranslatable_diagnostic)]
11
+#![deny(rustc::diagnostic_outside_of_impl)]
12
13
#[macro_use]
14
extern crate tracing;
0 commit comments