]> git.proxmox.com Git - cargo.git/commit
Pass Workspace directly into Config::rustc()
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 3 May 2018 08:42:45 +0000 (10:42 +0200)
committerDirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 3 May 2018 19:54:49 +0000 (21:54 +0200)
commit18d9fcd7ebcc2189c620fc9304cacb4d9ac313b5
tree8629c065a6ce448f0fd838697db5f3feaf157c68
parent5b4e5e4158449623e775dc4da6617d332efeec88
Pass Workspace directly into Config::rustc()

This means we can store the cache file name in one place.
src/cargo/core/compiler/build_config.rs
src/cargo/ops/cargo_compile.rs
src/cargo/util/config.rs