We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::mem::POST_DROP_USIZE
1 parent 558b7e5 commit 1c7d05aCopy full SHA for 1c7d05a
src/liballoc/lib.rs
@@ -74,7 +74,7 @@
74
#![feature(box_syntax)]
75
#![feature(optin_builtin_traits)]
76
#![feature(unboxed_closures)]
77
-#![feature(unsafe_no_drop_flag)]
+#![feature(unsafe_no_drop_flag, filling_drop)]
78
#![feature(core)]
79
#![feature(unique)]
80
#![cfg_attr(test, feature(test, alloc, rustc_private))]
src/libcollections/lib.rs
@@ -33,7 +33,7 @@
33
#![feature(unicode)]
34
#![feature(unsafe_destructor)]
35
36
37
#![feature(step_by)]
38
#![feature(str_char)]
39
#![cfg_attr(test, feature(rand, rustc_private, test))]
0 commit comments