Skip to content

Commit 44f18f6

Browse files
committed
fmt
1 parent 297fed1 commit 44f18f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/compiletest/src/header.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ pub struct TestProps {
125125
pub unset_exec_env: Vec<String>,
126126
// Build documentation for all specified aux-builds as well
127127
pub build_aux_docs: bool,
128-
// Build the documentation for each crate in a unique output directory
128+
/// Build the documentation for each crate in a unique output directory.
129+
/// Uses <root output directory>/docs/<test name>/doc
129130
pub unique_doc_out_dir: bool,
130131
// Flag to force a crate to be built with the host architecture
131132
pub force_host: bool,

0 commit comments

Comments
 (0)