Skip to content

Commit 4c17ce9

Browse files
authored
Fix build error on latest nightly (#182)
See: rust-lang/rust#77134
1 parent 87f1b59 commit 4c17ce9

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
@@ -3,6 +3,7 @@
33
44
#![cfg_attr(not(test), no_std)]
55
#![cfg_attr(feature = "const_fn", feature(const_fn))]
6+
#![cfg_attr(feature = "const_fn", feature(const_mut_refs))]
67
#![cfg_attr(feature = "const_fn", feature(const_in_array_repeat_expressions))]
78
#![cfg_attr(feature = "inline_asm", feature(llvm_asm))]
89
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]

0 commit comments

Comments
 (0)