Skip to content
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

dead_code: Properly inspect fields in struct patterns with type relative paths #63227

Merged
merged 1 commit into from
Aug 3, 2019
Merged

dead_code: Properly inspect fields in struct patterns with type relative paths #63227

merged 1 commit into from
Aug 3, 2019

Conversation

jakubadamw
Copy link
Contributor

Closes #63151.

@rust-highfive
Copy link
Collaborator

r? @varkor

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 2, 2019
@estebank
Copy link
Contributor

estebank commented Aug 2, 2019

r? @estebank @bors r+ rollup

@bors
Copy link
Contributor

bors commented Aug 2, 2019

📌 Commit 8235b6f has been approved by estebank

@rust-highfive rust-highfive assigned estebank and unassigned varkor Aug 2, 2019
@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 Aug 2, 2019
Centril added a commit to Centril/rust that referenced this pull request Aug 3, 2019
dead_code: Properly inspect fields in struct patterns with type relative paths

Closes rust-lang#63151.
bors added a commit that referenced this pull request Aug 3, 2019
Rollup of 5 pull requests

Successful merges:

 - #62954 (Fix typo in Delimited::open_tt)
 - #63146 (Cleanup syntax::attr)
 - #63218 (rustbuild: RISC-V is no longer an experimental LLVM target)
 - #63227 (dead_code: Properly inspect fields in struct patterns with type relative paths)
 - #63229 (A bit of Miri error cleanup)

Failed merges:

r? @ghost
@bors bors merged commit 8235b6f into rust-lang:master Aug 3, 2019
@jakubadamw jakubadamw deleted the issue-63151 branch August 3, 2019 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spurious unused field warning when matching variants under a Self scope
6 participants