Test const Hash
, fix nits
This commit is contained in:
parent
cebce1e616
commit
56e59bcb27
6 changed files with 60 additions and 21 deletions
|
@ -314,7 +314,6 @@
|
|||
#![feature(maybe_uninit_uninit_array)]
|
||||
#![feature(const_maybe_uninit_uninit_array)]
|
||||
#![feature(const_waker)]
|
||||
#![feature(const_hash)]
|
||||
//
|
||||
// Library features (alloc):
|
||||
#![feature(alloc_layout_extra)]
|
||||
|
@ -353,6 +352,7 @@
|
|||
//
|
||||
// Only for const-ness:
|
||||
#![feature(const_collections_with_hasher)]
|
||||
#![feature(const_hash)]
|
||||
#![feature(const_io_structs)]
|
||||
#![feature(const_ip)]
|
||||
#![feature(const_ipv4)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue