]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/metadata.rs
Auto merge of #10243 - hi-rustin:rustin-patch-collision, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 18 Jan 2022 17:39:35 +0000 (17:39 +0000)
committerbors <bors@rust-lang.org>
Tue, 18 Jan 2022 17:39:35 +0000 (17:39 +0000)
commit95bb3c92bf516017e812e7f1c14c2dea3845b30e
treeb4b75104e7900d1ff0ff517da6ec5561e2785511
parent528ab1235366dedc91ff448ac291d18ca95a7f70
parent3738002e4332420f17e283d1f5d24f5cc58e4b9e
Auto merge of #10243 - hi-rustin:rustin-patch-collision, r=ehuss

Error when setting crate type of both dylib and cdylib in library

close https://github.com/rust-lang/cargo/issues/10231

Error when setting crate type of both dylib and cdylib in library. Cargo can't support that at this time, since they both output the same filename.
tests/testsuite/build.rs