Stabilize rustdoc --test-run-directory

This commit is contained in:
Arpad Borsos
2022-10-28 11:43:30 +02:00
committed by Arpad Borsos
parent cf32b9de1e
commit 2e924bbef3
4 changed files with 29 additions and 4 deletions

View File

@@ -284,7 +284,7 @@ fn opts() -> Vec<RustcOptGroup> {
stable("test-args", |o| {
o.optmulti("", "test-args", "arguments to pass to the test runner", "ARGS")
}),
unstable("test-run-directory", |o| {
stable("test-run-directory", |o| {
o.optopt(
"",
"test-run-directory",