1
Fork 0

Remove drop flags from structs and enums implementing Drop.

This commit is contained in:
Eduard Burtescu 2016-08-23 10:39:30 +03:00
parent d0654ae5e5
commit 119508cdb4
39 changed files with 305 additions and 935 deletions

View file

@ -275,7 +275,7 @@
#![feature(unboxed_closures)]
#![feature(unicode)]
#![feature(unique)]
#![feature(unsafe_no_drop_flag, filling_drop)]
#![cfg_attr(stage0, feature(unsafe_no_drop_flag))]
#![feature(unwind_attributes)]
#![feature(vec_push_all)]
#![feature(zero_one)]