1
Fork 0

remove const_fn feature gate

This commit is contained in:
Ralf Jung 2021-05-07 18:56:16 +02:00
parent 881c1ac408
commit bafc51e01a
28 changed files with 48 additions and 128 deletions

View file

@ -246,7 +246,6 @@
#![feature(const_cstr_unchecked)]
#![feature(const_fn_floating_point_arithmetic)]
#![feature(const_fn_transmute)]
#![feature(const_fn)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(const_io_structs)]
#![feature(const_ip)]