Add allow(unstable) to librustc_privacy

This commit is contained in:
Brian Anderson 2015-01-17 09:13:48 -08:00
parent 5cfbecfdb4
commit 8b2335a01d

View File

@ -19,6 +19,7 @@
#![feature(rustc_diagnostic_macros)]
#![allow(unknown_features)] #![feature(int_uint)]
#![allow(unstable)]
#[macro_use] extern crate log;
#[macro_use] extern crate syntax;