We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b411ade commit ccc1a4bCopy full SHA for ccc1a4b
compiler/rustc_interface/src/lib.rs
@@ -5,6 +5,8 @@
5
#![feature(once_cell)]
6
#![recursion_limit = "256"]
7
#![allow(rustc::potential_query_instability)]
8
+#![deny(rustc::untranslatable_diagnostic)]
9
+#![deny(rustc::diagnostic_outside_of_impl)]
10
11
mod callbacks;
12
mod errors;
0 commit comments