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.
2 parents 244bcdf + a2bf3a7 commit 8e07e3fCopy full SHA for 8e07e3f
compiler/rustc_public/src/lib.rs
@@ -7,10 +7,7 @@
7
//! This API is still completely unstable and subject to change.
8
9
#![allow(rustc::usage_of_ty_tykind)]
10
-#![doc(
11
- html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
12
- test(attr(allow(unused_variables), deny(warnings)))
13
-)]
+#![doc(test(attr(allow(unused_variables), deny(warnings), allow(internal_features))))]
14
#![feature(sized_hierarchy)]
15
//!
16
//! This crate shall contain all type definitions and APIs that we expect third-party tools to invoke to
0 commit comments