rustbuild: Fix dependencies of check-docs step
Some of the doc tests depend on `extern crate test`, so depend on libtest instead of libstd here.
This commit is contained in:
parent
ca76c7e014
commit
32089ae2c6
@ -524,7 +524,7 @@ impl<'a> Step<'a> {
|
||||
self.target(compiler.host).tool_compiletest(compiler.stage)]
|
||||
}
|
||||
Source::CheckDocs { compiler } => {
|
||||
vec![self.libstd(compiler)]
|
||||
vec![self.libtest(compiler)]
|
||||
}
|
||||
Source::CheckErrorIndex { compiler } => {
|
||||
vec![self.libstd(compiler),
|
||||
|
Loading…
x
Reference in New Issue
Block a user