You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
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?