We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src/cargo/util/toml/mod.rs
a few of fields in src/cargo/util/toml/mod.rs have alternative name. When they are set at the same time, we should warn about conflicting keys.
Warn when two keys are set that control the same thing.
From: #10316 (comment)
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
56ccd1f
Rustin170506
Successfully merging a pull request may close this issue.
Problem
a few of fields in
src/cargo/util/toml/mod.rs
have alternative name. When they are set at the same time, we shouldwarn about conflicting keys.
Possible Solution(s)
Warn when two keys are set that control the same thing.
Notes
From: #10316 (comment)
The text was updated successfully, but these errors were encountered: