Feature-gate the #[unsafe_no_drop_flag] attribute.

See RFC 320, "Non-zeroing dynamic drops."

Fix #22173

[breaking-change]
This commit is contained in:
Felix S. Klock II
2015-02-11 13:57:40 +01:00
parent 0047f8bbd8
commit f9a1087f27
8 changed files with 24 additions and 2 deletions

View File

@@ -71,6 +71,7 @@
#![feature(box_syntax)]
#![feature(optin_builtin_traits)]
#![feature(unboxed_closures)]
#![feature(unsafe_no_drop_flag)]
#![feature(core)]
#![feature(hash)]
#![cfg_attr(all(not(feature = "external_funcs"), not(feature = "external_crate")),