]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_passes/src/lib.rs
Lint against usages of `struct_span_lint_hir`.
[rust.git] / compiler / rustc_passes / src / lib.rs
index 15f60f626c89aa54be31b73707b0a34a87f80c6d..6e621b7eb5eb09c3d41870b7f5c04170100499a3 100644 (file)
@@ -5,8 +5,6 @@
 //! This API is completely unstable and subject to change.
 
 #![allow(rustc::potential_query_instability)]
-#![deny(rustc::untranslatable_diagnostic)]
-#![deny(rustc::diagnostic_outside_of_impl)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![feature(iter_intersperse)]
 #![feature(let_chains)]