We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lints.rs
1 parent 758140e commit f38db48Copy full SHA for f38db48
compiler/rustc_lint/src/lints.rs
@@ -1,3 +1,5 @@
1
+#![allow(rustc::untranslatable_diagnostic)]
2
+#![allow(rustc::diagnostic_outside_of_impl)]
3
use std::num::NonZeroU32;
4
5
use rustc_errors::{
0 commit comments