]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3854 - tee-too:fix-3499, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 4 Apr 2017 18:01:01 +0000 (18:01 +0000)
committerbors <bors@rust-lang.org>
Tue, 4 Apr 2017 18:01:01 +0000 (18:01 +0000)
commitf5348cc321a032db95cd18e3129a4392d2e0a892
tree18754250a82481cd1eca5bbfa6e9ba593ba566e0
parent305fa6825e0ea131bf110435f8a80ec1095b0c5f
parente6e6f10e95906d5d01087239984c9c63f63e3bdd
Auto merge of #3854 - tee-too:fix-3499, r=alexcrichton

Add `[target.'cfg(...)']` syntax for rustc(doc)flags in .cargo/config

Allow to use the Rust `cfg(...)` syntax to configure rust(doc)flags.
The flags are concatenated when a build matches several `cfg`, or
several `cfg` and a $triple.

Fix #3499.