-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 3 pull requests #63683
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 3 pull requests #63683
Conversation
Get rid of special const intrinsic query in favour of `const_eval` r? @eddyb
Do not generate allocations for zero sized allocations Alternative to rust-lang#62487 r? @eddyb There are other places where we could do this, too, but that would cause `static FOO: () = ();` to not have a unique address
Improved error message for break in async block Fixes rust-lang#63391
@bors r+ rollup=never p=3 |
📌 Commit 787a883 has been approved by |
⌛ Testing commit 787a883 with merge d3fd7af249c2fd87d519992259a8e7a3cb381b3b... |
💔 Test failed - checks-azure |
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 |
Successful merges:
const_eval
#61626 (Get rid of special const intrinsic query in favour ofconst_eval
)Failed merges:
r? @ghost