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 83a724e commit 40c5184Copy full SHA for 40c5184
compiler/rustc_attr/src/lib.rs
@@ -5,6 +5,8 @@
5
//! to this crate.
6
7
#![feature(let_else)]
8
+#![deny(rustc::untranslatable_diagnostic)]
9
+#![deny(rustc::diagnostic_outside_of_impl)]
10
11
#[macro_use]
12
extern crate rustc_macros;
0 commit comments