Skip to content

Commit 5888249

Browse files
Remove fn from feature name
1 parent e925b29 commit 5888249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#![feature(const_fn)]
8484
#![feature(const_fn_union)]
8585
#![feature(const_assume)]
86-
#![cfg_attr(not(bootstrap), feature(const_fn_impl_trait))]
86+
#![cfg_attr(not(bootstrap), feature(const_impl_trait))]
8787
#![cfg_attr(not(bootstrap), feature(const_fn_floating_point_arithmetic))]
8888
#![cfg_attr(not(bootstrap), feature(const_fn_fn_ptr_basics))]
8989
#![feature(const_generics)]

0 commit comments

Comments
 (0)