]> git.proxmox.com Git - cargo.git/commit
Allow specifying profiles to `cargo rustc`
authorAlex Crichton <alex@alexcrichton.com>
Thu, 17 Dec 2015 18:10:59 +0000 (10:10 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 17 Dec 2015 18:12:41 +0000 (10:12 -0800)
commit71ff274341f948557d3d0eeca0d6f967969a1d21
tree20a5734928c1c5f7951de5a641107d8b100e91c6
parent2cdeb0797a5d60b6a1d5e98e18c456bde8128bb7
Allow specifying profiles to `cargo rustc`

This should allow compiling the specified target in the various profiles that
are available to it, e.g. bench or test in addition to the standard
dev.

Closes #2120
src/bin/rustc.rs
tests/test_cargo_rustc.rs