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 0f12711 commit bc0df79Copy full SHA for bc0df79
src/libcore/lib.rs
@@ -74,6 +74,8 @@
74
#![feature(const_fn)]
75
#![feature(const_fn_union)]
76
#![feature(const_generics)]
77
+#![cfg_attr(not(bootstrap), feature(const_ptr_offset_from))]
78
+#![cfg_attr(not(bootstrap), feature(const_type_name))]
79
#![feature(custom_inner_attributes)]
80
#![feature(decl_macro)]
81
#![feature(doc_cfg)]
0 commit comments