We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This would allow things like let (emptyr, emptyt, emptyl, ls) = zero(); which would be pretty slick.
let (emptyr, emptyt, emptyl, ls) = zero();
The text was updated successfully, but these errors were encountered:
This should be implemented, is there an example of it not working?
Sorry, something went wrong.
Oh, I was running into a method resolution bug. Closing.
Auto merge of rust-lang#8080 - dswij:8019, r=giraffate
f615ea4
Fix FP on `question_mark` if returned object is not local Closes rust-lang#8019 changelog: [`question_mark`] Fix FP when returned object is not local
No branches or pull requests
This would allow things like
let (emptyr, emptyt, emptyl, ls) = zero();
which would be pretty slick.The text was updated successfully, but these errors were encountered: