More CI fixes

master
Alex Crichton 2018-05-11 16:52:34 -07:00
parent e73b81e2d5
commit e423f3c64b
1 changed files with 3 additions and 2 deletions

View File

@ -12,11 +12,12 @@
#![feature(core_float)]
#![feature(lang_items)]
#![feature(start)]
#![feature(i128_type)]
#![feature(global_allocator)]
#![feature(allocator_api)]
#![cfg_attr(windows, feature(panic_unwind))]
#![no_std]
#![no_core]
extern crate core;
#[cfg(not(thumb))]
extern crate alloc_system;