Files
rust/tests/rustdoc-ui/cfg-hide-show-conflict.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
130 B
Rust
Raw Permalink Normal View History

#![feature(doc_cfg)]
2025-03-29 00:54:22 +01:00
#![doc(auto_cfg(hide(target_os = "linux")))]
#![doc(auto_cfg(show(windows, target_os = "linux")))] //~ ERROR