We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
no_core
no_std
1 parent 7b46920 commit 86fd250Copy full SHA for 86fd250
src/test/rustdoc/auxiliary/issue-15318.rs
@@ -1,5 +1,6 @@
1
+// no-prefer-dynamic
2
// compile-flags: -Cmetadata=aux
-
3
+#![crate_type = "rlib"]
4
#![doc(html_root_url = "http://example.com/")]
5
#![feature(lang_items)]
6
#![no_std]
src/test/rustdoc/cross-crate-primitive-doc.rs
@@ -1,5 +1,7 @@
// aux-build:primitive-doc.rs
// compile-flags: --extern-html-root-url=primitive_doc=../ -Z unstable-options
+// ignore-windows
+
#![feature(no_core)]
#![no_core]
7
0 commit comments