]> git.proxmox.com Git - cargo.git/commit
Handle transitive `All` dependency edges
authorAlex Crichton <alex@alexcrichton.com>
Wed, 8 May 2019 18:49:50 +0000 (11:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 9 May 2019 19:02:20 +0000 (12:02 -0700)
commit7892472588a5572252d4e01325ce6d727f6725d6
tree8d586437b57b19d797877372232edc9d462adbb7
parent6b28a0c0505f19a574a44bffdeccbc07a2d25980
Handle transitive `All` dependency edges

We need to synthesize some dependency edges in the dependency graph to
get everything ordered correctly! (more details in the commit itself)
src/cargo/core/compiler/fingerprint.rs
src/cargo/core/compiler/job_queue.rs