mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 17:37:25 +00:00
4 lines
130 B
Rust
4 lines
130 B
Rust
#![feature(doc_cfg)]
|
|
#![doc(auto_cfg(hide(target_os = "linux")))]
|
|
#![doc(auto_cfg(show(windows, target_os = "linux")))] //~ ERROR
|