We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a956df4 commit 958c4c8Copy full SHA for 958c4c8
library/std/tests/sync/lib.rs
@@ -9,6 +9,7 @@
9
#![feature(sync_nonpoison)]
10
#![feature(nonpoison_mutex)]
11
#![allow(internal_features)]
12
+#![feature(macro_metavar_expr_concat)] // For the mutex test macros.
13
14
mod barrier;
15
mod condvar;
0 commit comments