]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/tests/lib.rs
Rollup merge of #104675 - SarthakSingh31:issue-101666, r=jyn514
[rust.git] / library / alloc / tests / lib.rs
index ffc5ca7a5c6cc1de574f8a80a86b302c15603014..d6d2b055b2395e8563543ed0628189b5b975823c 100644 (file)
@@ -47,6 +47,8 @@
 #![feature(strict_provenance)]
 #![feature(once_cell)]
 #![feature(drain_keep_rest)]
+#![deny(fuzzy_provenance_casts)]
+#![deny(unsafe_op_in_unsafe_fn)]
 
 use std::collections::hash_map::DefaultHasher;
 use std::hash::{Hash, Hasher};