pub fn prepare_doc_compiler(
builder: &Builder<'_>,
target: TargetSelection,
stage: u32,
) -> Compiler
Expand description
Prepare a compiler that will be able to document something for target
at stage
.
pub fn prepare_doc_compiler(
builder: &Builder<'_>,
target: TargetSelection,
stage: u32,
) -> Compiler
Prepare a compiler that will be able to document something for target
at stage
.