Skip to content

Commit 94392c8

Browse files
committed
another case where one needs to opt-in to feature for accessing std::mem::POST_DROP_USIZE.
1 parent fc87aa8 commit 94392c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
#![feature(unboxed_closures)]
122122
#![feature(unicode)]
123123
#![feature(unsafe_destructor)]
124-
#![feature(unsafe_no_drop_flag)]
124+
#![feature(unsafe_no_drop_flag, filling_drop)]
125125
#![feature(macro_reexport)]
126126
#![feature(hash)]
127127
#![feature(int_uint)]

0 commit comments

Comments
 (0)