-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fix the use of closures within #[panic_implementation] #51368
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @eddyb |
@bors r+ |
📌 Commit f375577 has been approved by |
…s, r=eddyb Fix the use of closures within #[panic_implementation] Fixes rust-lang#51365.
…s, r=eddyb Fix the use of closures within #[panic_implementation] Fixes rust-lang#51365.
⌛ Testing commit f375577 with merge e70583259c5440970732a36a37a52c0ed5727bf6... |
💔 Test failed - status-travis |
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 |
1 similar comment
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 |
@bors retry - network failure |
…s, r=eddyb Fix the use of closures within #[panic_implementation] Fixes rust-lang#51365.
Rollup of 9 pull requests Successful merges: - #51186 (Remove two redundant .nll.stderr files) - #51283 (Deny #[cfg] and #[cfg_attr] on generic parameters.) - #51368 (Fix the use of closures within #[panic_implementation]) - #51380 (Remove dependency on fmt_macros from typeck) - #51389 (rustdoc: Fix missing stability and src links for inlined external macros) - #51399 (NLL performance boost) - #51407 (Update RLS and Rustfmt) - #51417 (Revert #49719) - #51420 (Tries to address the recent network issues) Failed merges:
Fixes #51365.