Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc_cfg_hide.rs
blob: 6c190f9befac8c9114f175e24ef053d3ee015efe [
file
] [
log
] [
blame
]
#![
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