]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/box-of-array-of-drop-1.rs
Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis
[rust.git] / src / test / run-pass / box-of-array-of-drop-1.rs
index e889d74c7ccc4e85be6317f0087bc3bf66e34c69..47b44863a74758227aea9eb1417e0327367b16dc 100644 (file)
@@ -11,7 +11,9 @@
 // Test that we cleanup a fixed size Box<[D; k]> properly when D has a
 // destructor.
 
-#![feature(const_fn)]
+// ignore-emscripten no threads support
+
+#![feature(const_atomic_usize_new)]
 
 use std::thread;
 use std::sync::atomic::{AtomicUsize, Ordering};