From e51cfa1b7b2d2011103730073b9204c3d28393cd Mon Sep 17 00:00:00 2001 From: edef Date: Mon, 23 Feb 2015 23:13:25 -0500 Subject: [PATCH] no_std is a feature flag now --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 6bff4eb..8b9028f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![feature(no_std)] #![feature(asm, core)] #![feature(os, libc)] #![no_std]