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

losing arguments in tuple patterns with .. #1150

Closed
nrc opened this issue Sep 6, 2016 · 1 comment
Closed

losing arguments in tuple patterns with .. #1150

nrc opened this issue Sep 6, 2016 · 1 comment
Labels
bug Panic, non-idempotency, invalid code, etc. duplicate

Comments

@nrc
Copy link
Member

nrc commented Sep 6, 2016

https://github.com/rust-lang/rust/pull/35892/files/c23f4f54dd9554335b8c26e4f546c542d6b2f56e#r77568715

-            hir::ItemImpl(.., None, ref ty, _) => {
+            hir::ItemImpl(..) => {
@nrc nrc added the bug Panic, non-idempotency, invalid code, etc. label Sep 6, 2016
@sinkuu
Copy link
Contributor

sinkuu commented Sep 6, 2016

dupe of #1021

@nrc nrc added the duplicate label Sep 7, 2016
@nrc nrc closed this as completed Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Panic, non-idempotency, invalid code, etc. duplicate
Projects
None yet
Development

No branches or pull requests

2 participants