no_std is a feature flag now

master
edef 2015-02-23 23:13:25 -05:00
parent a54e573073
commit e51cfa1b7b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![feature(no_std)]
#![feature(asm, core)]
#![feature(os, libc)]
#![no_std]