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 2c28796 commit 50ee33dCopy full SHA for 50ee33d
compiler/rustc_borrowck/src/diagnostics/mod.rs
@@ -1,3 +1,5 @@
1
+#![deny(rustc::untranslatable_diagnostic)]
2
+#![deny(rustc::diagnostic_outside_of_impl)]
3
//! Borrow checker diagnostics.
4
5
use itertools::Itertools;
0 commit comments