]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3849 - alexcrichton:fix-stack-overflow, r=matklad
authorbors <bors@rust-lang.org>
Mon, 20 Mar 2017 20:39:33 +0000 (20:39 +0000)
committerbors <bors@rust-lang.org>
Mon, 20 Mar 2017 20:39:33 +0000 (20:39 +0000)
commit2fcac0865a4790ee63f04d8593947de6a8c4cc34
tree6160e12c4742e16b5e4ecce896a1850b983243d8
parentbb1472e02d2384052348ff5ff2357be0ded9442d
parent2f66faf58791df4dbbbb46cf212e5d063941a9e8
Auto merge of #3849 - alexcrichton:fix-stack-overflow, r=matklad

Detect cyclic dependencies through [replace]

Previously this'd cause a stack overflow in Cargo later in the compilation
graph, but this is intended to get caught during resolution.

Closes #3831