Remove drop flags from structs and enums implementing Drop.
This commit is contained in:
parent
d0654ae5e5
commit
119508cdb4
39 changed files with 305 additions and 935 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue