]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/facts.rs
Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisa
[rust.git] / compiler / rustc_borrowck / src / facts.rs
index 22134d5a71ce119fae2437214c056c223fcd4c47..51ed27c167d3844971e445036bb0a4584524e210 100644 (file)
@@ -1,3 +1,5 @@
+#![deny(rustc::untranslatable_diagnostic)]
+#![deny(rustc::diagnostic_outside_of_impl)]
 use crate::location::{LocationIndex, LocationTable};
 use crate::BorrowIndex;
 use polonius_engine::AllFacts as PoloniusFacts;