Uh oh!
There was an error while loading. Please reload this page.
Fix the use of closures within #[panic_implementation] - #51368
Conversation
rust-highfive
commented
Jun 5, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Jun 5, 2018
r? @eddyb |
eddyb
commented
Jun 6, 2018
@bors r+ |
bors
commented
Jun 6, 2018
📌 Commit f375577 has been approved by |
…s, r=eddyb Fix the use of closures within #[panic_implementation] Fixesrust-lang#51365.
…s, r=eddyb Fix the use of closures within #[panic_implementation] Fixesrust-lang#51365.
bors
commented
Jun 7, 2018
⌛ Testing commit f375577 with merge e70583259c5440970732a36a37a52c0ed5727bf6... |
bors
commented
Jun 7, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Jun 7, 2018
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
rust-highfive
commented
Jun 7, 2018
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 |
Mark-Simulacrum
commented
Jun 7, 2018
@bors retry - network failure |
…s, r=eddyb Fix the use of closures within #[panic_implementation] Fixesrust-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.