We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e35f95 commit 0170348Copy full SHA for 0170348
compiler/rustc_passes/src/lib.rs
@@ -5,6 +5,8 @@
5
//! This API is completely unstable and subject to change.
6
7
#![allow(rustc::potential_query_instability)]
8
+#![deny(rustc::untranslatable_diagnostic)]
9
+#![deny(rustc::diagnostic_outside_of_impl)]
10
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
11
#![feature(iter_intersperse)]
12
#![feature(let_chains)]
0 commit comments