Skip to content

Commit 7e3fb02

Browse files
committed
Update tests
1 parent 3acb36a commit 7e3fb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
#![feature(const_cstr_unchecked)]
247247
#![feature(const_fn_floating_point_arithmetic)]
248248
#![feature(const_fn_fn_ptr_basics)]
249-
#![feature(const_fn_transmute)]
249+
#![cfg_attr(bootstrap, feature(const_fn_transmute))]
250250
#![feature(const_io_structs)]
251251
#![feature(const_ip)]
252252
#![feature(const_ipv4)]

0 commit comments

Comments
 (0)