Upgrade to rustc 1.0.0-dev (b9ba643b7 2015-02-13 21:15:39 +0000)

This commit is contained in:
Keegan McAllister 2015-02-14 11:14:15 -08:00
parent d5be938fc9
commit b68dde7d33

View file

@ -12,7 +12,7 @@
#![crate_name="syscall"]
#![crate_type="lib"]
#![feature(asm)]
#![feature(asm, no_std)]
#![feature(core)]
#![deny(warnings)]
#![no_std]