]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_llvm/src/lib.rs
Rollup merge of #100811 - czzrr:master, r=Mark-Simulacrum
[rust.git] / compiler / rustc_llvm / src / lib.rs
index 8eade02a408bcf2306206bc338c805753dc76c96..8542dcf5bf0fe4012215e4b58daeb2ee9f3508d3 100644 (file)
@@ -1,3 +1,5 @@
+#![deny(rustc::untranslatable_diagnostic)]
+#![deny(rustc::diagnostic_outside_of_impl)]
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 
 // NOTE: This crate only exists to allow linking on mingw targets.