Constant bootstrap::core::build_steps::doc::STD_PUBLIC_CRATES

source ·
const STD_PUBLIC_CRATES: [&str; 5];
Expand description

Name of the crates that are visible to consumers of the standard library. Documentation for internal crates is handled by the rustc step, so internal crates will show up there.

Order here is important! Crates need to be processed starting from the leaves, otherwise rustdoc will not create correct links between crates because rustdoc depends on the existence of the output directories to know if it should be a local or remote link.