Skip to content

Commit ac352a3

Browse files
author
Jorge Aparicio
committed
add core_intrinsics feature gate
1 parent 94ab3e0 commit ac352a3

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
@@ -1,4 +1,5 @@
11
#![feature(asm)]
2+
#![feature(core_intrinsics)]
23
#![feature(linkage)]
34
#![feature(naked_functions)]
45
#![cfg_attr(not(test), no_std)]

0 commit comments

Comments
 (0)