]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/nested-vec-3.rs
Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis
[rust.git] / src / test / run-pass / nested-vec-3.rs
index 89ac626158392f73f33da2da2c93039add3d0f0b..9141b5f29ceb9000608083d60330b78c6bdf20a6 100644 (file)
@@ -8,11 +8,13 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-emscripten no threads support
+
 // Test that using the `vec!` macro nested within itself works when
 // the contents implement Drop and we hit a panic in the middle of
 // construction.
 
-#![feature(const_fn)]
+#![feature(const_atomic_usize_new)]
 
 use std::thread;
 use std::sync::atomic::{AtomicUsize, Ordering};