mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
5b37ab3c7e
Improve two error messages The first error message saying "an integer" is confusing because if you give it `4` it's an integer but it will still complain that it must be an integer. So it's more specific now and tells you that it actually needs to be `1`, `2` or `3`. In the second error there was a space missing. It says `is not a valid setting,must be`. |
||
---|---|---|
.. | ||
build-std | ||
testsuite | ||
internal.rs |