A dependency on compiler_builtins is now automatically injected (#426)

This commit is contained in:
Philipp Oppermann
2018-04-08 11:51:16 +02:00
committed by GitHub
parent 6d0f103c16
commit dcf8b7767c
4 changed files with 27 additions and 31 deletions

View File

@@ -3,7 +3,6 @@
#![no_std] // don't link the Rust standard library
#![no_main] // disable all Rust-level entry points
extern crate rlibc;
extern crate spin;
extern crate volatile;
#[macro_use]