stabilize const_fn_unsize
This commit is contained in:
parent
21e1cd9b95
commit
65cd051b4a
14 changed files with 44 additions and 123 deletions
|
@ -10,8 +10,8 @@
|
|||
)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(box_patterns)]
|
||||
// On bootstrap bump, this will likely have to become const_fn_unsize
|
||||
#![cfg_attr(bootstrap, feature(const_fn))] // For the `transmute` in `P::new`
|
||||
#![cfg_attr(not(bootstrap), feature(const_fn_unsize))] // For the `transmute` in `P::new`
|
||||
#![feature(const_fn_transmute)]
|
||||
#![feature(const_panic)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue