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 cdeae7c commit 13146c3Copy full SHA for 13146c3
src/lib.rs
@@ -4,6 +4,7 @@
4
#![cfg_attr(not(test), no_std)]
5
#![cfg_attr(feature = "const_fn", feature(const_fn))]
6
#![cfg_attr(feature = "const_fn", feature(const_mut_refs))]
7
+#![cfg_attr(feature = "const_fn", feature(const_fn_fn_ptr_basics))]
8
#![cfg_attr(feature = "const_fn", feature(const_in_array_repeat_expressions))]
9
#![cfg_attr(feature = "inline_asm", feature(llvm_asm))]
10
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
0 commit comments