Skip to content

Commit 1c7d05a

Browse files
committed
opt-in to feature for accessing std::mem::POST_DROP_USIZE.
1 parent 558b7e5 commit 1c7d05a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/liballoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
#![feature(box_syntax)]
7575
#![feature(optin_builtin_traits)]
7676
#![feature(unboxed_closures)]
77-
#![feature(unsafe_no_drop_flag)]
77+
#![feature(unsafe_no_drop_flag, filling_drop)]
7878
#![feature(core)]
7979
#![feature(unique)]
8080
#![cfg_attr(test, feature(test, alloc, rustc_private))]

src/libcollections/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#![feature(unicode)]
3434
#![feature(unsafe_destructor)]
3535
#![feature(unique)]
36-
#![feature(unsafe_no_drop_flag)]
36+
#![feature(unsafe_no_drop_flag, filling_drop)]
3737
#![feature(step_by)]
3838
#![feature(str_char)]
3939
#![cfg_attr(test, feature(rand, rustc_private, test))]

0 commit comments

Comments
 (0)