From 189edae3cf929ee3fa9eee9534b260bb5695b965 Mon Sep 17 00:00:00 2001 From: edef Date: Mon, 20 Jul 2015 20:54:41 -0400 Subject: [PATCH] add #![feature(core_prelude)] --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b22ce9c..252a6cb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ // Copyright (c) 2015, edef // See the LICENSE file included in this distribution. #![feature(no_std)] -#![feature(asm, core)] +#![feature(asm, core, core_prelude)] #![no_std] //! libfringe is a low-level green threading library.