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?