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
.push() versus .push_back(), .append() versus .push_all_move().
.push()
.push_back()
.append()
.push_all_move()
The text was updated successfully, but these errors were encountered:
Auto merge of rust-lang#13762 - jonas-schievink:underscore-expr-first…
16c70fe
…, r=jonas-schievink fix: Fix parsing of `_ = x` in closure body Fixes rust-lang/rust-analyzer#13757
Better help message for comparison_chain lint (rust-lang#13762)
59740a8
changelog: [`comparison_chain`]: give explicit help message showing a clear suggestion Close rust-lang#13739
No branches or pull requests
.push()
versus.push_back()
,.append()
versus.push_all_move()
.The text was updated successfully, but these errors were encountered: