-
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
Normalize lint messages #5000
Normalize lint messages #5000
Conversation
Thanks! @bors r+ |
📌 Commit c20642e has been approved by |
Normalize lint messages On rustc diagnostics, we prefer to use backticks over `'`, `"`, or something else. I think we should follow their manner here. In first commit, normalizes lint messages with backticks. In second commit, updates all stderrs. In third commit, updates descriptions on lintlist. changelog: none
💔 Test failed - checks-travis |
☔ The latest upstream changes (presumably #5011) made this pull request unmergeable. Please resolve the merge conflicts. |
Okay, rebased. |
@bors r=flip1995 |
📌 Commit f7a93f0 has been approved by |
Normalize lint messages On rustc diagnostics, we prefer to use backticks over `'`, `"`, or something else. I think we should follow their manner here. In first commit, normalizes lint messages with backticks. In second commit, updates all stderrs. In third commit, updates descriptions on lintlist. changelog: none
💔 Test failed - checks-travis |
Uhm, I should have taken note of 32-bit target, fixed hopefully. |
@bors r+ |
📌 Commit abc49c3 has been approved by |
Normalize lint messages On rustc diagnostics, we prefer to use backticks over `'`, `"`, or something else. I think we should follow their manner here. In first commit, normalizes lint messages with backticks. In second commit, updates all stderrs. In third commit, updates descriptions on lintlist. changelog: none
☀️ Test successful - checks-travis, status-appveyor |
Normalize lint messages in cast_precision_loss Follow-up of #5000 changelog: none
On rustc diagnostics, we prefer to use backticks over
'
,"
, or something else. I think we should follow their manner here.In first commit, normalizes lint messages with backticks.
In second commit, updates all stderrs.
In third commit, updates descriptions on lintlist.
changelog: none