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 b80d1d3 commit a05023cCopy full SHA for a05023c
compiler/rustc_public/src/lib.rs
@@ -7,7 +7,7 @@
7
//! This API is still completely unstable and subject to change.
8
9
#![allow(rustc::usage_of_ty_tykind)]
10
-#![doc(test(attr(allow(unused_variables), deny(warnings))))]
+#![doc(test(attr(allow(unused_variables), deny(warnings), allow(internal_features))))]
11
#![feature(sized_hierarchy)]
12
//!
13
//! This crate shall contain all type definitions and APIs that we expect third-party tools to invoke to
0 commit comments