Config Profiles (RFC 2282 Part 2)
authorEric Huss <eric@huss.org>
Sun, 6 May 2018 22:14:46 +0000 (15:14 -0700)
committerEric Huss <eric@huss.org>
Thu, 31 May 2018 00:53:41 +0000 (17:53 -0700)
commit2f7b52259b93c6591aed73ab18dbaf8256c035fe
tree0dd013ec43697e7992b96977ea9d48c1f39cb75a
parent5fc6eadc362e52c885a8cf24b924be53467fe65f
Config Profiles (RFC 2282 Part 2)

Notes:
- `-Z config-profile` CLI option is required to use.
- Config values no longer reject mixed base types (integer, string, boolean) in order to support the mixed types in profiles.
src/bin/cargo/cli.rs
src/cargo/core/features.rs
src/cargo/core/profiles.rs
src/cargo/util/config.rs
src/cargo/util/toml/mod.rs
src/doc/src/reference/unstable.md
tests/testsuite/bad_config.rs
tests/testsuite/main.rs
tests/testsuite/profile_config.rs [new file with mode: 0644]