Stabilize const_impl_trait as well

This commit is contained in:
Eric Holk
2022-02-11 18:04:44 -08:00
parent 801be21d11
commit 8700b45b67
9 changed files with 5 additions and 58 deletions

View File

@@ -160,7 +160,7 @@
#![feature(const_fn_floating_point_arithmetic)]
#![cfg_attr(bootstrap, feature(const_fn_fn_ptr_basics))]
#![cfg_attr(bootstrap, feature(const_fn_trait_bound))]
#![feature(const_impl_trait)]
#![cfg_attr(bootstrap, feature(const_impl_trait))]
#![feature(const_mut_refs)]
#![feature(const_precise_live_drops)]
#![feature(const_refs_to_cell)]