-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Cargo and rustc have inconsistent version flags #17938
New issue
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
Comments
Why not just using |
There is long practive to use |
Another weird thing I ran into with cargo v.s. rust handling of |
I think this should be closed, but @jakerr comment remains concerning. |
#19900 fixed this issue. I think |
Cargo -V and rustc -v both print version information. Since the two tools are so related, having consistent flags seems like the right thing to do.
Cargo uses -v for verbose. Rustc does not use -V.
I am filing this bug against both cargo & rustc. See rust-lang/cargo#690
The text was updated successfully, but these errors were encountered: