]> 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 a63a232e1b5be8e09ee2cbf1434554662d2f89d8..47b44863a74758227aea9eb1417e0327367b16dc 100644 (file)
@@ -13,7 +13,7 @@
 
 // ignore-emscripten no threads support
 
-#![feature(const_fn)]
+#![feature(const_atomic_usize_new)]
 
 use std::thread;
 use std::sync::atomic::{AtomicUsize, Ordering};