Skip to content

Commit 1428944

Browse files
committed
add poison and nonpoison test macro + reorganize tests
1 parent d3e70a3 commit 1428944

File tree

2 files changed

+192
-270
lines changed

2 files changed

+192
-270
lines changed

library/std/tests/sync/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#![feature(sync_nonpoison)]
1010
#![feature(nonpoison_mutex)]
1111
#![allow(internal_features)]
12+
#![feature(macro_metavar_expr_concat)] // For the mutex test macros.
1213

1314
mod barrier;
1415
mod condvar;

0 commit comments

Comments
 (0)