Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-ui
/
cfg-hide-show-conflict.rs
blob: 8e98b95c85bb998f81f8d237b5d01a6f219a0ddd [
file
] [
log
] [
blame
]
#![
feature
(
doc_cfg
)]
#![
doc
(
auto_cfg
(
hide
(
target_os
=
"linux"
)))]
#![
doc
(
auto_cfg
(
show
(
windows
,
target_os
=
"linux"
)))]
//~ ERROR