no_std is a feature flag now
This commit is contained in:
parent
a54e573073
commit
e51cfa1b7b
|
@ -1,3 +1,4 @@
|
||||||
|
#![feature(no_std)]
|
||||||
#![feature(asm, core)]
|
#![feature(asm, core)]
|
||||||
#![feature(os, libc)]
|
#![feature(os, libc)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
Loading…
Reference in New Issue