Skip to content

Commit d930047

Browse files
committed
Auto merge of rust-lang#85109 - RalfJung:remove-const_fn, r=oli-obk
remove const_fn feature gate Fixes rust-lang#84510 r? `@oli-obk`
2 parents 1b44621 + 92e3922 commit d930047

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@
246246
#![feature(const_cstr_unchecked)]
247247
#![feature(const_fn_floating_point_arithmetic)]
248248
#![feature(const_fn_transmute)]
249-
#![feature(const_fn)]
250249
#![feature(const_fn_fn_ptr_basics)]
251250
#![feature(const_io_structs)]
252251
#![feature(const_ip)]

0 commit comments

Comments
 (0)