diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2016-10-08 16:52:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-08 16:52:43 +0530 |
| commit | 3e6cc822d33e458dbfac53a1701ceac7543801e9 (patch) | |
| tree | 75cc61e948522413675a12220742a77af5c70705 /src/bootstrap | |
| parent | 06c5bd5135a3761b969de112785a904e02acf39c (diff) | |
| parent | 32089ae2c6eb37339e4f90e29057d92fe45219b8 (diff) | |
| download | rust-3e6cc822d33e458dbfac53a1701ceac7543801e9.tar.gz rust-3e6cc822d33e458dbfac53a1701ceac7543801e9.zip | |
Rollup merge of #37028 - alexcrichton:fix-deps, r=japaric
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.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/step.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/step.rs b/src/bootstrap/step.rs index 22539b31ef2..3bf0f211921 100644 --- a/src/bootstrap/step.rs +++ b/src/bootstrap/step.rs @@ -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