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 156d0f6 + fbf168c commit 2cadb6fCopy full SHA for 2cadb6f
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