We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should be possible
let (mut a, mut b) = (0u, 0u); (a, b) = (b, a);
Since this syntax works for let, not allowing this would be mildly inconsistent
The text was updated successfully, but these errors were encountered:
dup of #10174
Sorry, something went wrong.
Closing as a dupe.
Auto merge of rust-lang#12141 - samueltardieu:issue-12138, r=Jarcho
d6ff2d2
from_over_into: suggest a correct conversion to () changelog: [`from_over_into`]: suggest a correct conversion to `()` Fix rust-lang#12138
No branches or pull requests
This should be possible
Since this syntax works for let, not allowing this would be mildly inconsistent
The text was updated successfully, but these errors were encountered: