]> git.proxmox.com Git - cargo.git/commit
Auto merge of #5231 - matklad:simplify, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 23 Mar 2018 14:33:49 +0000 (14:33 +0000)
committerbors <bors@rust-lang.org>
Fri, 23 Mar 2018 14:33:49 +0000 (14:33 +0000)
commit54773c7b7dedb891a7a41c42ef4f635a07c7beec
treec8d40541d0a8f5dc162f3947ac80416dd82968cc
parentc157d7dd7a9f5b93b08f3335c29a883990c7fd75
parent53485b0ef996fce9d5989164dad8243cf1e2f9a1
Auto merge of #5231 - matklad:simplify, r=alexcrichton

Simplify `build_map`

This doesn't change semantics, but helps us not to rebuild BuildScripts
twice, and makes sure that we fail with assert if somehow we get cyclic
deps.

r? @alexcrichton