We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1605223 commit b581ce1Copy full SHA for b581ce1
tests/rustdoc/doc-cfg-hide.rs
@@ -1,7 +1,7 @@
1
#![crate_name = "oud"]
2
-#![feature(doc_auto_cfg, doc_cfg, doc_cfg_hide)]
+#![feature(doc_auto_cfg, doc_cfg, doc_cfg_hide, no_core)]
3
4
-#![doc(cfg_hide(feature = "solecism"))]
+#![doc(auto_cfg(hide(feature = "solecism")))]
5
6
//@ has 'oud/struct.Solecism.html'
7
//@ count - '//*[@class="stab portability"]' 0
0 commit comments