We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfbecf commit 8b2335aCopy full SHA for 8b2335a
src/librustc_privacy/lib.rs
@@ -19,6 +19,7 @@
19
20
#![feature(rustc_diagnostic_macros)]
21
#![allow(unknown_features)] #![feature(int_uint)]
22
+#![allow(unstable)]
23
24
#[macro_use] extern crate log;
25
#[macro_use] extern crate syntax;
0 commit comments