Link libcore

It's now needed for lang item "sized".
This commit is contained in:
Keegan McAllister 2014-09-17 10:37:25 -07:00
parent 9750be3877
commit 8385f4c9c6

View file

@ -15,6 +15,8 @@
#![feature(macro_rules, asm, globs)]
#![no_std]
extern crate core;
#[cfg(test)]
extern crate std;