Add const_trait to Allocator

This commit is contained in:
Deadbeef
2022-09-10 07:44:56 +00:00
parent f937a10c4e
commit 31f259ce5a
3 changed files with 5 additions and 0 deletions

View File

@@ -140,6 +140,7 @@
#![feature(const_str_from_utf8_unchecked_mut)]
#![feature(const_swap)]
#![feature(const_trait_impl)]
#![feature(const_try)]
#![feature(const_type_id)]
#![feature(const_type_name)]
#![feature(const_default_impls)]