-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add rustfix tests for mistyped_literal_suffix lint #3888
Add rustfix tests for mistyped_literal_suffix lint #3888
Conversation
Rustfmt on |
0ba45a9 should make the build pass once Clippy builds again. I'm not available until Monday so feel free to r+ once it works =) |
@bors r+ |
📌 Commit 0ba45a9 has been approved by |
@bors r=flip1995 |
📌 Commit 0ba45a9 has been approved by |
💔 Test failed - checks-travis |
The moved tests were part of `tests/ui/literals.rs` before. Now they are placed in `tests/ui/unreadable_literal.rs`, which now also runs `rustfix` on these 4 extra let statements.
This moves all `mistyped_literal_suffix` tests to their own file and enables rustfix tests for them. cc rust-lang#3603, rust-lang#2038 Based on rust-lang#3887
0ba45a9
to
0452704
Compare
@bors r=flip1995 |
📌 Commit 0452704 has been approved by |
☀️ Test successful - checks-travis, status-appveyor |
This moves all
mistyped_literal_suffix
tests to their own file andenables rustfix tests for them.
cc #3603, #2038
Based on #3887