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 e5b4eb7 commit ebe9ca0Copy full SHA for ebe9ca0
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