Update clippy to latest master by cmdln · Pull Request #52745 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation4 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

cmdln

r? @oli-obk

There is a regression in the version in current nightly that falsely lints println! and writeln! that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.

@cmdln

@rust-highfive

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@rust-highfive

⚠️ Warning ⚠️

@oli-obk

@bors

📌 Commit 7fb0a52 has been approved by oli-obk

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Jul 29, 2018

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request

Jul 30, 2018

@Mark-Simulacrum

Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints println! and writeln! that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request

Jul 30, 2018

@Mark-Simulacrum

Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints println! and writeln! that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Jul 31, 2018

@GuillaumeGomez

Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints println! and writeln! that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.

Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request

Aug 1, 2018

@Mark-Simulacrum

Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints println! and writeln! that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.

bors added a commit that referenced this pull request

Aug 1, 2018

@bors

Rollup of 31 pull requests

Successful merges:

Failed merges:

r? @ghost

pietroalbini added a commit to pietroalbini/rust that referenced this pull request

Aug 1, 2018

@pietroalbini

Update clippy to latest master

r? @oli-obk

There is a regression in the version in current nightly that falsely lints println! and writeln! that use named arguments, thinking all rhs values for the argument expressions are literals even when they are not. This update includes the fix for that.

bors added a commit that referenced this pull request

Aug 1, 2018

@bors

Rollup of 30 pull requests

Successful merges:

Failed merges:

r? @ghost

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.