-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Rollup of 9 pull requests #61258
Rollup of 9 pull requests #61258
Conversation
Co-Authored-By: Ralf Jung <post@ralfj.de>
Clarify docs for unreachable! macro Fixes rust-lang#60754.
Added error message for E0284 Work on rust-lang#61137
Use .await syntax instead of await! Tiny doc fix.
avoid creating Boxes of uninitalized values in RawVec `RawVec<bool>::into_box` is definitely instant UB, if not all values are initialized. See https://gankro.github.io/blah/initialize-me-maybe/
…-Simulacrum Updated the Iterator docs with information about overriding methods. # Description Updated the Iterator docs with information about overriding methods. closes rust-lang#60223
…=oli-obk Check place iterative r? @oli-obk
…e, r=oli-obk Make dest_needs_borrow iterate instead of recurse r? @oli-obk
…sleywiser Make eval_place iterate instead of recurse r? @oli-obk
…i-obk Use Place::local r? @oli-obk
@bors r+ rollup=never p=9 |
📌 Commit 149c53f has been approved by |
Rollup of 9 pull requests Successful merges: - #61084 (Clarify docs for unreachable! macro) - #61220 (Added error message for E0284) - #61227 (Use .await syntax instead of await!) - #61230 (avoid creating Boxes of uninitalized values in RawVec) - #61237 (Updated the Iterator docs with information about overriding methods.) - #61241 (Check place iterative) - #61242 (Make dest_needs_borrow iterate instead of recurse) - #61247 (Make eval_place iterate instead of recurse) - #61248 (Use Place::local) Failed merges: r? @ghost
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
Rollup of 9 pull requests Successful merges: - #61084 (Clarify docs for unreachable! macro) - #61220 (Added error message for E0284) - #61227 (Use .await syntax instead of await!) - #61230 (avoid creating Boxes of uninitalized values in RawVec) - #61237 (Updated the Iterator docs with information about overriding methods.) - #61241 (Check place iterative) - #61242 (Make dest_needs_borrow iterate instead of recurse) - #61247 (Make eval_place iterate instead of recurse) - #61248 (Use Place::local) Failed merges: r? @ghost
☀️ Test successful - checks-travis, status-appveyor |
Successful merges:
Failed merges:
r? @ghost