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 283b05a commit 8275842Copy full SHA for 8275842
src/lib.rs
@@ -273,6 +273,9 @@
273
html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/",
274
test(attr(allow(unused_variables), deny(warnings)))
275
)]
276
+#![cfg_attr(not(bootstrap), feature(rustdoc_internals))]
277
+#![cfg_attr(not(bootstrap), doc(rust_logo))]
278
+#![cfg_attr(not(bootstrap), allow(internal_features))]
279
#![deny(rustc::untranslatable_diagnostic)]
280
#![deny(rustc::diagnostic_outside_of_impl)]
281
0 commit comments