Warning when using features in replace#9681
Conversation
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
|
It seems difficult to trigger a warning here, so I simply rejected it. It might be a better solution if we could add the warning elsewhere. Because rejecting it directly may affect users in a big way. Also, we need a test for default-features and I will add it after we decide whether to warn or reject. |
|
Hm, instead of putting these checks deep in the query system, can both |
|
Hm, nevermind, I forgot about patch-in-config. Perhaps moving the check to somewhere like |
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
|
@ehuss Thanks for your help! Addressed. |
|
Thanks! @bors r+ |
|
📌 Commit 771356d has been approved by |
|
☀️ Test successful - checks-actions |
Update cargo 8 commits in cebef2951ee69617852844894164b54ed478a7da..d21c22870e58499d6c31f1bef3bf1255eb021666 2021-07-22 13:01:52 +0000 to 2021-07-26 20:23:21 +0000 - Fix version string. (rust-lang/cargo#9727) - Allow publishing from workspace root. (rust-lang/cargo#9559) - Better msg for wrong position (rust-lang/cargo#9723) - Stabilize the rustc-link-arg option (rust-lang/cargo#9557) - Warning when using features in replace (rust-lang/cargo#9681) - Refactor if let chains to matches! macro (rust-lang/cargo#9721) - Weather is not nice today.. (rust-lang/cargo#9720) - Update should_use_metadata function (rust-lang/cargo#9653)
Update cargo 8 commits in cebef2951ee69617852844894164b54ed478a7da..d21c22870e58499d6c31f1bef3bf1255eb021666 2021-07-22 13:01:52 +0000 to 2021-07-26 20:23:21 +0000 - Fix version string. (rust-lang/cargo#9727) - Allow publishing from workspace root. (rust-lang/cargo#9559) - Better msg for wrong position (rust-lang/cargo#9723) - Stabilize the rustc-link-arg option (rust-lang/cargo#9557) - Warning when using features in replace (rust-lang/cargo#9681) - Refactor if let chains to matches! macro (rust-lang/cargo#9721) - Weather is not nice today.. (rust-lang/cargo#9720) - Update should_use_metadata function (rust-lang/cargo#9653)
close #3034
close #2582
r? @ehuss