We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acb36a commit 7e3fb02Copy full SHA for 7e3fb02
std/src/lib.rs
@@ -246,7 +246,7 @@
246
#![feature(const_cstr_unchecked)]
247
#![feature(const_fn_floating_point_arithmetic)]
248
#![feature(const_fn_fn_ptr_basics)]
249
-#![feature(const_fn_transmute)]
+#![cfg_attr(bootstrap, feature(const_fn_transmute))]
250
#![feature(const_io_structs)]
251
#![feature(const_ip)]
252
#![feature(const_ipv4)]
0 commit comments