mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Add allow(unstable) to librustc_privacy
This commit is contained in:
parent
5cfbecfdb4
commit
8b2335a01d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user