std::os::windows missing on http://doc.rust-lang.org/nightly/std/os/ · Issue #24658 · rust-lang/rust (original) (raw)

The builders are running rustdoc on Linux, so #[cfg(windows)] is false.

Maybe the platform rustdoc in running on should not be relevant for generating documentation. Could rustdoc be run with both --cfg unix and --cfg windows?