This repository was archived by the owner on May 29, 2025. It is now read-only.

Description
rustdoc currently generates documentation only for a single
target/configuration. When using conditional compilation, some functionality
can go missing or can appear depending on the options chosen. For example,
atomics of different sizes in core.
There is currently a rustdoc
kludge to generate Windows and
Unix documentation for std at the same time. Can something like this be
extended to work for conditional compilation generally?