]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #2847 - munyari:build_targets, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 4 Aug 2016 06:40:40 +0000 (23:40 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2016 06:40:40 +0000 (23:40 -0700)
Warn about duplicated build targets

I basically wholesale copied `unique_names_in_targets` into a different `unique_build_targets` because of the different types. Is there any way I could have just used the existing functionality?

1  2 
src/cargo/util/toml.rs
tests/build.rs

Simple merge
diff --cc tests/build.rs
Simple merge