-
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 #64390
Rollup of 6 pull requests #64390
Conversation
use randSecure and randABytes
Forbid opaque types in `extern "C"` blocks Fixes rust-lang#64338.
…st-generics, r=cramertj Correct the polymorphic extern fn error for const parameters Before, any polymorphism on extern functions was assumed to be type polymorphism.
use randSecure and randABytes r? @alexcrichton cc @n-salim
Fix inconsistent link formatting.
Upgrade parking_lot and tempfile rustc dependencies This should be last piece to unbreak `rustc` in rust-lang#63848
Trim rustc-workspace-hack Those dependencies seem no longer necessary. `./x.py test` and `x86_64-gnu-tools` container passed locally so I think this won't hurt.
@bors r+ p=6 rollup=never |
📌 Commit c4f25bf has been approved by |
⌛ Testing commit c4f25bf with merge 27d5b11308459b0d61a692a00feb9b983cb86b71... |
💔 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 |
Caused by #64384 |
Successful merges:
extern "C"
blocks #64359 (Forbid opaque types inextern "C"
blocks)Failed merges:
r? @ghost