-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fix test style in unused parentheses lint test #63237
Comments
is the correct file name And what about this comment? rust/src/test/ui/lint/unused_parens_json_suggestion.rs Lines 4 to 8 in 2c13edc
|
Is the problem fixed ? If not, I would like to work on it ! |
@polyedre WIP PR has been closed due to inactivity so you can work on this. |
@JohnTitor I would like to be assigned to this issue. Am I supposed to do a new pull request ? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hmm, it's odd, anyway, you can assign the issue to yourself by comment |
@rustbot claim |
If I understood well the problem:
|
Update test file to use
#![deny(unused_parens)]
+//~ ERROR
annotations instead ofpretty-json
(see https://rust-lang.github.io/rustc-guide/tests/adding.html)The files need to update are:
test/lint/unused_parens_json_suggestions.rs
test/lint/used_parens_remove_json_suggestion.rs
This issue has been assigned to @polyedre via this comment.
The text was updated successfully, but these errors were encountered: