Added instability markers to POST_DROP_* consts, and related opt-in's.

(Reviewed rest of code; did not see other `pub` items that needed such
treatment.)

Driveby: fix typo in comment in ptr.rs.
This commit is contained in:
Felix S. Klock II
2015-03-25 16:36:58 +01:00
parent 5733726508
commit 601eca3b53
5 changed files with 22 additions and 13 deletions

View File

@@ -75,7 +75,7 @@
#![feature(box_syntax)]
#![feature(optin_builtin_traits)]
#![feature(unboxed_closures)]
#![feature(unsafe_no_drop_flag)]
#![feature(unsafe_no_drop_flag, filling_drop)]
#![feature(core)]
#![feature(unique)]
#![cfg_attr(test, feature(test, alloc, rustc_private))]