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 f2702cb commit 295da9cCopy full SHA for 295da9c
compiler/rustc_borrowck/src/diagnostics/var_name.rs
@@ -1,3 +1,6 @@
1
+#![deny(rustc::untranslatable_diagnostic)]
2
+#![deny(rustc::diagnostic_outside_of_impl)]
3
+
4
use crate::Upvar;
5
use crate::{nll::ToRegionVid, region_infer::RegionInferenceContext};
6
use rustc_index::vec::{Idx, IndexVec};
0 commit comments