-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Get rid of the fake stack frame for reading from constants #57606
Conversation
(I'm on a conference, and will start catching up with my emails on Jan 22nd.) |
@bors try |
⌛ Trying commit b805232 with merge a5a18a4e3822d2c19cb9cc6752bcc8930f8162e8... |
@rust-timer build a5a18a4e3822d2c19cb9cc6752bcc8930f8162e8 |
Success: Queued a5a18a4e3822d2c19cb9cc6752bcc8930f8162e8 with parent 33e6df4, comparison URL. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Finished benchmarking try commit a5a18a4e3822d2c19cb9cc6752bcc8930f8162e8 |
☔ The latest upstream changes (presumably #57830) made this pull request unmergeable. Please resolve the merge conflicts. |
Thanks! @bors r+ |
📌 Commit d4ee556 has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
Get rid of the fake stack frame for reading from constants r? @RalfJung fixes the ice in rust-lang#53708 but still keeps around the wrong "non-exhaustive match" error cc @varkor
Get rid of the fake stack frame for reading from constants r? @RalfJung fixes the ice in rust-lang#53708 but still keeps around the wrong "non-exhaustive match" error cc @varkor
Rollup of 9 pull requests Successful merges: - #57380 (Fix Instant/Duration math precision & associativity on Windows) - #57606 (Get rid of the fake stack frame for reading from constants) - #57803 (Several changes to libunwind for SGX target) - #57846 (rustdoc: fix ICE from loading proc-macro stubs) - #57860 (Add os::fortanix_sgx::ffi module) - #57861 (Don't export table by default in wasm) - #57863 (Add suggestion for incorrect field syntax.) - #57867 (Fix std::future::from_generator documentation) - #57873 (Stabilize no_panic_pow) Failed merges: r? @ghost
r? @RalfJung
fixes the ice in #53708 but still keeps around the wrong "non-exhaustive match" error
cc @varkor