We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb9c16 commit b170b62Copy full SHA for b170b62
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5cfbecfdb41b98833edee00372303b3167c4a596
+refs/heads/master: 8b2335a01d000300cca7d8b12210e605424eedb4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
trunk/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