Skip to content

Commit 13146c3

Browse files
committed
Fix build error on latest nightly
1 parent cdeae7c commit 13146c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#![cfg_attr(not(test), no_std)]
55
#![cfg_attr(feature = "const_fn", feature(const_fn))]
66
#![cfg_attr(feature = "const_fn", feature(const_mut_refs))]
7+
#![cfg_attr(feature = "const_fn", feature(const_fn_fn_ptr_basics))]
78
#![cfg_attr(feature = "const_fn", feature(const_in_array_repeat_expressions))]
89
#![cfg_attr(feature = "inline_asm", feature(llvm_asm))]
910
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]

0 commit comments

Comments
 (0)