We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2c3b0 commit 50cc0faCopy full SHA for 50cc0fa
src/test/rustdoc/issue-95633.rs
@@ -0,0 +1,7 @@
1
+// compile-flags: --document-private-items
2
+
3
+// This ensures that no ICE is triggered when rustdoc is run on this code.
4
5
+mod stdlib {
6
+ pub (crate) use std::i8;
7
+}
0 commit comments