rustdoc

Function run_merge_finalize

Source
pub(crate) fn run_merge_finalize(opt: RenderOptions) -> Result<(), Error>
Expand description

Renders and writes cross-crate info files, like the search index. This function exists so that we can run rustdoc without a crate root in the --merge=finalize mode. Cross-crate info files discovered via --include-parts-dir are combined and written to the doc root.