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 function just fails if given a local that isn't a pat_ident.
pat_ident
The text was updated successfully, but these errors were encountered:
Still a bug, /cc @michaelwoerister
Sorry, something went wrong.
This will be solved once https://github.com/michaelwoerister/rust/tree/destructuring gets merged into master. It already works very well (all tests in destructured-local.rs and destructured-fn-argument.rs pass).
e721194
Auto merge of rust-lang#2533 - saethlin:windows-rng, r=ChrisDenton
ec43f1d
Support BCRYPT_RNG_ALG_HANDLE rust-lang#101325 I haven't tested this on a Windows host, brace for CI...
Successfully merging a pull request may close this issue.
This function just fails if given a local that isn't a
pat_ident
.The text was updated successfully, but these errors were encountered: