-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
rustc doesn't allow -W/--warn more than once #11458
Comments
The change was meant to improve usability, since there was no hint that "-W help" exists. |
If passing it more than once becomes possible, the ability to pass comma-separated warnings should probably be removed. It's strange to have that for lints but not for |
@thestinger How do you pass comma separated warnings?
|
@neeee: Ah, it was removed... |
bors
added a commit
that referenced
this issue
Jan 16, 2014
Reverted according to #11458 (comment). Fixes #11458.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Sep 25, 2023
fix cast_lossless with macro call changelog: fix [`cast_lossless`] in the case when the cast operand is a macro call fix rust-lang#11458
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-W
is supposed to work like-A
,-D
and-F
which can appear multiple times.The text was updated successfully, but these errors were encountered: