Fix dep info showing up with a build script
authorAlex Crichton <alex@alexcrichton.com>
Sat, 11 Nov 2017 15:10:42 +0000 (07:10 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 12 Nov 2017 10:31:18 +0000 (02:31 -0800)
commit9e4f4d151a526d61741ed69fe5ef14715e7b9ab8
tree4f801a6ba861393996ab5ad365d45e88a5ee681c
parentb8e0b8f4aadbb20a72e2d102b21a6f39cd12ffe0
Fix dep info showing up with a build script

Cargo would erroneously bail out early and accidentally forget to emit a
dep info file if any dependency used a build script, so this fixes that!
src/cargo/ops/cargo_rustc/output_depinfo.rs
tests/dep-info.rs