Fallout from updating bootstrap Cargo

This commit is contained in:
Alex Crichton
2016-12-28 20:13:10 -08:00
parent 6207e80d2c
commit 03bc2cf35a
9 changed files with 13 additions and 13 deletions

View File

@@ -27,9 +27,8 @@
#![feature(concat_idents)]
#![feature(libc)]
#![feature(link_args)]
#![cfg_attr(stage0, feature(linked_from))]
#![feature(staged_api)]
#![cfg_attr(not(stage0), feature(rustc_private))]
#![feature(rustc_private)]
extern crate libc;
#[macro_use]