Fix rustdoc --test-builder argument parsing
This commit is contained in:
parent
fc9944fe84
commit
b18a426fb4
@ -412,10 +412,11 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
)
|
||||
}),
|
||||
unstable("test-builder", |o| {
|
||||
o.optflag(
|
||||
o.optopt(
|
||||
"",
|
||||
"test-builder",
|
||||
"specified the rustc-like binary to use as the test builder",
|
||||
"specifies the rustc-like binary to use as the test builder",
|
||||
"PATH",
|
||||
)
|
||||
}),
|
||||
unstable("check", |o| o.optflag("", "check", "Run rustdoc checks")),
|
||||
|
Loading…
x
Reference in New Issue
Block a user