-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 6 pull requests #69230
Rollup of 6 pull requests #69230
Conversation
…ochenkov Transition macro_legacy_warnings into a hard error Fixes rust-lang#67098. r? @petrochenkov
…=ecstatic-morse Select an appropriate unused lifetime name in suggestion Follow up to rust-lang#69048.
Do not ICE when encountering `yield` inside `async` block Fix rust-lang#67158.
Add more regression tests Closes rust-lang#39618 Closes rust-lang#51798 Closes rust-lang#62894 Closes rust-lang#63952 Closes rust-lang#68653 r? @Centril
…b,Zoxc Fix printing of `Yield` terminator Addresses the bug found in rust-lang#69039 (comment)
…acrum debug_assert a few more raw pointer methods Fixes rust-lang#53871
@bors r+ p=6 rollup=never |
📌 Commit 744afd1 has been approved by |
⌛ Testing commit 744afd1 with merge 491b1fdb3438a665872dee975d188c49c9a08862... |
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 |
💔 Test failed - checks-azure |
Successful merges:
yield
insideasync
block #69175 (Do not ICE when encounteringyield
insideasync
block)Yield
terminator #69200 (Fix printing ofYield
terminator)Failed merges:
r? @ghost