From ac352a3512a0d5908bf0efc9550cb213f48843db Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 15 Aug 2016 21:08:04 -0500 Subject: [PATCH] add core_intrinsics feature gate --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index ed4916f..2263fda 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #![feature(asm)] +#![feature(core_intrinsics)] #![feature(linkage)] #![feature(naked_functions)] #![cfg_attr(not(test), no_std)]