Skip to content

Commit d8e75bc

Browse files
committed
Reverted atomic-mut-ptr feature removal causing compilation break
1 parent 67b3e81 commit d8e75bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
#![feature(assert_matches)]
232232
#![feature(associated_type_bounds)]
233233
#![feature(async_iterator)]
234+
#![feature(atomic_mut_ptr)]
234235
#![feature(bench_black_box)]
235236
#![feature(box_syntax)]
236237
#![feature(c_unwind)]

0 commit comments

Comments
 (0)