readd const_trait
to Drop
, Destruct
, and Fn*
This commit is contained in:
parent
34097b2f33
commit
eac922e721
4 changed files with 6 additions and 0 deletions
|
@ -198,6 +198,7 @@
|
|||
#![feature(const_mut_refs)]
|
||||
#![feature(const_precise_live_drops)]
|
||||
#![feature(const_refs_to_cell)]
|
||||
#![feature(const_trait_impl)]
|
||||
#![feature(decl_macro)]
|
||||
#![feature(deprecated_suggestion)]
|
||||
#![feature(doc_cfg)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue