Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc_cfg_hide.rs
blob: 6c190f9befac8c9114f175e24ef053d3ee015efe [
file
]
#![
deny
(
invalid_doc_attributes
)]
#![
feature
(
doc_cfg
)]
#![
doc
(
auto_cfg
(
hide
=
"test"
))]
//~ ERROR
#![
doc
(
auto_cfg
(
hide
))]
//~ ERROR
#![
doc
(
auto_cfg
(
hide
(
not
(
windows
))))]
//~ ERROR