1
Fork 0

Tie stability attributes to feature gates

This commit is contained in:
Brian Anderson 2015-01-14 15:20:14 -08:00
parent 94ca8a3610
commit 7b73ec4698
65 changed files with 299 additions and 212 deletions

View file

@ -25,8 +25,8 @@
#![allow(unknown_features)]
#![feature(link_args)]
#![feature(box_syntax)]
#![feature(unnamed_feature)]
#![allow(unknown_features)] #![feature(int_uint)]
#![allow(unstable)]
extern crate libc;
#[macro_use] #[no_link] extern crate rustc_bitflags;