We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b3e81 commit d8e75bcCopy full SHA for d8e75bc
1 file changed
library/std/src/lib.rs
@@ -231,6 +231,7 @@
231
#![feature(assert_matches)]
232
#![feature(associated_type_bounds)]
233
#![feature(async_iterator)]
234
+#![feature(atomic_mut_ptr)]
235
#![feature(bench_black_box)]
236
#![feature(box_syntax)]
237
#![feature(c_unwind)]
0 commit comments