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 d2c6a1c commit a69c7cdCopy full SHA for a69c7cd
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