Regression test for rust-lang/rust#53675.#54225
Conversation
|
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
|
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 |
There was a problem hiding this comment.
Missing compile-pass.
There was a problem hiding this comment.
Face palm. Will fix.
There was a problem hiding this comment.
(Well, I did make it work as a run-pass test I think. But I don’t mind it being compile-pass.)
|
r=me rollup with |
(Includes a couple variations on the theme. I confirmed that the ones in `in_expression_position` and `what_if_we_use_panic_directly_in_expr` both failed back on "rustc 1.30.0-nightly (0f063ae 2018-09-03)".)
bbf290c to
fc6e1ed
Compare
|
@bors r=petrochenkov rollup |
|
📌 Commit fc6e1ed has been approved by |
…d-panic, r=petrochenkov Regression test for rust-lang#53675. (Includes a couple variations on the theme. I confirmed that the ones in `in_expression_position` and `what_if_we_use_panic_directly_in_expr` both failed back on "rustc 1.30.0-nightly (0f063ae 2018-09-03)".) Fix rust-lang#53675
Rollup of 9 pull requests Successful merges: - #53522 (Add doc for impl From for Addr) - #54097 (rustdoc: Remove namespace for keywords) - #54205 (Add treat-err-as-bug flag in rustdoc) - #54225 (Regression test for #53675.) - #54232 (add `-Z dont-buffer-diagnostics`) - #54273 (Suggest to change numeric literal instead of casting) - #54299 (Issue 54246) - #54311 (Remove README with now-out-of-date docs about docs.) - #54313 (OsStr: Document that it's not NUL terminated) Failed merges: r? @ghost
(Includes a couple variations on the theme. I confirmed that the ones
in
in_expression_positionandwhat_if_we_use_panic_directly_in_exprboth failed back on "rustc 1.30.0-nightly (0f063ae 2018-09-03)".)
Fix #53675