summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/facts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_borrowck/src/facts.rs')
-rw-r--r--compiler/rustc_borrowck/src/facts.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_borrowck/src/facts.rs b/compiler/rustc_borrowck/src/facts.rs
index c54e7070478..68dc9a6764b 100644
--- a/compiler/rustc_borrowck/src/facts.rs
+++ b/compiler/rustc_borrowck/src/facts.rs
@@ -1,5 +1,3 @@
-#![deny(rustc::untranslatable_diagnostic)]
-#![deny(rustc::diagnostic_outside_of_impl)]
 use crate::location::{LocationIndex, LocationTable};
 use crate::BorrowIndex;
 use polonius_engine::AllFacts as PoloniusFacts;