We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297fed1 commit 44f18f6Copy full SHA for 44f18f6
src/tools/compiletest/src/header.rs
@@ -125,7 +125,8 @@ pub struct TestProps {
125
pub unset_exec_env: Vec<String>,
126
// Build documentation for all specified aux-builds as well
127
pub build_aux_docs: bool,
128
- // Build the documentation for each crate in a unique output directory
+ /// Build the documentation for each crate in a unique output directory.
129
+ /// Uses <root output directory>/docs/<test name>/doc
130
pub unique_doc_out_dir: bool,
131
// Flag to force a crate to be built with the host architecture
132
pub force_host: bool,
0 commit comments