Stabilize const_fn_union

This commit is contained in:
Jacob Pratt
2021-06-03 02:16:56 -04:00
parent 36f02f3523
commit 7bf791d162
6 changed files with 5 additions and 33 deletions

View File

@@ -86,7 +86,7 @@
#![feature(const_refs_to_cell)]
#![feature(const_panic)]
#![feature(const_pin)]
#![feature(const_fn_union)]
#![cfg_attr(bootstrap, feature(const_fn_union))]
#![feature(const_impl_trait)]
#![feature(const_fn_floating_point_arithmetic)]
#![feature(const_fn_fn_ptr_basics)]