about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorSandeep Bansal <sabansal@microsoft.com>2022-03-07 23:41:52 -0800
committerSandeep Bansal <sabansal@microsoft.com>2022-03-07 23:41:52 -0800
commitd8e75bc1b7b538593f7ef3d55eedeb2f00fec474 (patch)
treedba14f66c70010540f6e042559997ca8e834b12e /library/std
parent67b3e8183830c7af4e06a9aa91de4d1be3c860f7 (diff)
downloadrust-d8e75bc1b7b538593f7ef3d55eedeb2f00fec474.tar.gz
rust-d8e75bc1b7b538593f7ef3d55eedeb2f00fec474.zip
Reverted atomic-mut-ptr feature removal causing compilation break
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index 5b02e711aab..c35389d44f9 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -231,6 +231,7 @@
 #![feature(assert_matches)]
 #![feature(associated_type_bounds)]
 #![feature(async_iterator)]
+#![feature(atomic_mut_ptr)]
 #![feature(bench_black_box)]
 #![feature(box_syntax)]
 #![feature(c_unwind)]