Remove fn from feature name

This commit is contained in:
Dylan MacKenzie
2020-10-05 20:30:13 -07:00
parent af03b1143e
commit c4ef5fdf8f
10 changed files with 12 additions and 12 deletions

View File

@@ -83,7 +83,7 @@
#![feature(const_fn)]
#![feature(const_fn_union)]
#![feature(const_assume)]
#![cfg_attr(not(bootstrap), feature(const_fn_impl_trait))]
#![cfg_attr(not(bootstrap), feature(const_impl_trait))]
#![cfg_attr(not(bootstrap), feature(const_fn_floating_point_arithmetic))]
#![cfg_attr(not(bootstrap), feature(const_fn_fn_ptr_basics))]
#![feature(const_generics)]