rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag
Conflicts: src/libsyntax/feature_gate.rs
This commit is contained in:
commit
aa0db172de
8 changed files with 24 additions and 2 deletions
|
@ -111,7 +111,7 @@
|
|||
#![feature(core)]
|
||||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(lang_items, unsafe_destructor)]
|
||||
#![feature(lang_items)]
|
||||
#![feature(libc)]
|
||||
#![feature(linkage, thread_local, asm)]
|
||||
#![feature(old_impl_check)]
|
||||
|
@ -120,6 +120,8 @@
|
|||
#![feature(staged_api)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(unicode)]
|
||||
#![feature(unsafe_destructor)]
|
||||
#![feature(unsafe_no_drop_flag)]
|
||||
#![feature(macro_reexport)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue