]> git.proxmox.com Git - cargo.git/commit
Fix the output type of `staticlib`
authorAlex Crichton <alex@alexcrichton.com>
Mon, 4 Aug 2014 14:00:17 +0000 (07:00 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 18:28:25 +0000 (11:28 -0700)
commit85b0d0a45272bf77ac9cda419bb3ad5a0e09d636
treeb90883c6b1c5bfac719f0015079943cdeaa56cc3
parent07b9c7028ae920981c4ef866ec9ca4a1bb9c730f
Fix the output type of `staticlib`

The file-naming bits weren't handling the staticlib case
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc/context.rs
tests/support/paths.rs
tests/test_cargo_compile.rs