Skip to content

Add test for #771. #4064

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

Merged
merged 1 commit into from May 7, 2019
Merged

Add test for #771. #4064

merged 1 commit into from May 7, 2019

Conversation

ghost
Copy link

@ghost ghost commented May 7, 2019

Closes #771

changelog: none

@matthiaskrgr
Copy link
Member

@bors r+
thanks!

@bors
Copy link
Contributor

bors commented May 7, 2019

📌 Commit 87f7eaa has been approved by matthiaskrgr

@bors
Copy link
Contributor

bors commented May 7, 2019

⌛ Testing commit 87f7eaa with merge 089a7be...

bors added a commit that referenced this pull request May 7, 2019
Add test for #771.

Closes #771

<!--
Thank you for making Clippy better!

We're collecting our changelog from pull request descriptions.
If your PR only updates to the latest nightly, you can leave the
`changelog` entry as `none`. Otherwise, please write a short comment
explaining your change.

If your PR fixes an issue, you can add "fixes #issue_number" into this
PR description. This way the issue will be automatically closed when
your PR is merged.

If you added a new lint, here's a checklist for things that will be
checked during review or continuous integration.

- [ ] Followed [lint naming conventions][lint_naming]
- [ ] Added passing UI tests (including committed `.stderr` file)
- [ ] `cargo test` passes locally
- [ ] Executed `util/dev update_lints`
- [ ] Added lint documentation
- [ ] Run `cargo fmt`

Note that you can skip the above if you are just opening a WIP PR in
order to get feedback.

Delete this line and everything above before opening your PR -->

changelog: none
@bors
Copy link
Contributor

bors commented May 7, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: matthiaskrgr
Pushing 089a7be to master...

@bors bors merged commit 87f7eaa into rust-lang:master May 7, 2019
@ghost ghost deleted the fix-771 branch May 9, 2019 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

while_let false positive with break checks before match statement
2 participants