]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_traits/src/lib.rs
Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay
[rust.git] / compiler / rustc_traits / src / lib.rs
index 2bea164c051145778afd71f9d75c525c1dde5364..318e76c79f18bae510b82c980a9e31b09a059f84 100644 (file)
@@ -1,6 +1,8 @@
 //! New recursive solver modeled on Chalk's recursive solver. Most of
 //! the guts are broken up into modules; see the comments in those modules.
 
+#![deny(rustc::untranslatable_diagnostic)]
+#![deny(rustc::diagnostic_outside_of_impl)]
 #![feature(let_else)]
 #![recursion_limit = "256"]