Sign in
rust
/
rust
/
c1d608bb7e862c8d8b74ce7cfc042fa98e9d4792
/
.
/
tests
/
rustdoc-ui
/
lints
/
doc_cfg_hide-2.rs
blob: f1ee59e64c93cd65c996b74ecfb6171ec8cd144f [
file
]
#![
feature
(
doc_cfg
)]
#![
deny
(
invalid_doc_attributes
)]
#![
doc
(
auto_cfg
(
hide
(
not
(
windows
))))]
//~ ERROR