]> git.proxmox.com Git - cargo.git/commit
Add future compatibility warning on mixture of --release with --profile.
authorEric Huss <eric@huss.org>
Fri, 24 Sep 2021 17:59:00 +0000 (10:59 -0700)
committerEric Huss <eric@huss.org>
Fri, 24 Sep 2021 17:59:00 +0000 (10:59 -0700)
commit595384ffdad5a95b7a86e7c5c94ff71fbc9ce2f6
treec2904a37539c00f5ccb1240c4ab387a990b23338
parent56b9ce30ac1a5a12ec839f278040946274dbc907
Add future compatibility warning on mixture of --release with --profile.

This was historically allowed, but it silently ignores the --release flag.
src/cargo/util/command_prelude.rs
tests/testsuite/profile_custom.rs