Added ability to crosscompile doctests
This commit is contained in:
@@ -355,6 +355,18 @@ fn opts() -> Vec<RustcOptGroup> {
|
||||
"show-coverage",
|
||||
"calculate percentage of public items with documentation")
|
||||
}),
|
||||
unstable("runtool", |o| {
|
||||
o.optopt("",
|
||||
"runtool",
|
||||
"",
|
||||
"The tool to run tests with when building for a different target than host")
|
||||
}),
|
||||
unstable("runtool-arg", |o| {
|
||||
o.optmulti("",
|
||||
"runtool-arg",
|
||||
"",
|
||||
"One (of possibly many) arguments to pass to the runtool")
|
||||
}),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user