-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Should work? let a; let b; (a, b) = (1, 2); #8273
Comments
It's not allowed, only |
Allowing binding to an |
There was discussion of this idea on reddit: http://www.reddit.com/r/rust/comments/1hsqf5/proposal_for_an_additional_use_case_of_the_in/, with the objection being that it would prevent the grammar from being LL(finite number). |
…ef_to_type_aliases, r=llogiq Apply `not_unsafe_ptr_arg_deref` to type aliases changelog: Apply [`not_unsafe_ptr_arg_deref`] to type aliases
This seems like it should be allowed, but it errors out with:
The text was updated successfully, but these errors were encountered: