Explorar el Código

add core_intrinsics feature gate

Jorge Aparicio hace 8 años
padre
commit
ac352a3512
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -1,4 +1,5 @@
 #![feature(asm)]
+#![feature(core_intrinsics)]
 #![feature(linkage)]
 #![feature(naked_functions)]
 #![cfg_attr(not(test), no_std)]