-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update compiler-builtins #72759
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
Update compiler-builtins #72759
Conversation
Pulls in a fix for rust-lang#72758, more details on the linked issue. [Crate changes included here][changes] [changes]: rust-lang/compiler-builtins@0.1.28...0.1.31
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=1 I guess this should get backported to beta ASAP (we promote to stable on monday)? If so we should ping compiler or perhaps @alexcrichton you want to unilaterally approve it? |
📌 Commit 16469a1 has been approved by |
Looks like beta is using 0.1.27 of compiler-builtins (as opposed to 0.1.28 for master). The one extra version of changes brings in only one other PR, which looks like it should work on beta too. With that in mind I believe that it should be pretty safe to update the compiler-builtins dependency on beta, so yeah seems like a good backport to me. I do think it's worthwhile to first let this land in this repo though to make sure all the wasm tests pass. |
I believe this supersedes #72629. |
☀️ Test successful - checks-azure |
Pulls in a fix for #72758, more details on the linked issue.
Crate changes included here
Closes #72758