Skip to content

Commit 93d4138

Browse files
committed
Stabilize const_impl_trait as well
1 parent 9ddafce commit 93d4138

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
@@ -160,7 +160,7 @@
160160
#![feature(const_fn_floating_point_arithmetic)]
161161
#![cfg_attr(bootstrap, feature(const_fn_fn_ptr_basics))]
162162
#![cfg_attr(bootstrap, feature(const_fn_trait_bound))]
163-
#![feature(const_impl_trait)]
163+
#![cfg_attr(bootstrap, feature(const_impl_trait))]
164164
#![feature(const_mut_refs)]
165165
#![feature(const_precise_live_drops)]
166166
#![feature(const_refs_to_cell)]

0 commit comments

Comments
 (0)