Uh oh!
There was an error while loading. Please reload this page.
Make EvalContext::step public again - #55062
Conversation
rust-highfive
commented
Oct 14, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
bjorn3
commented
Oct 14, 2018
r? @oli-obk |
oli-obk
commented
Oct 14, 2018
You should probably add a comment explaining that it's public for priroda |
bjorn3
commented
Oct 14, 2018
Done |
oli-obk
commented
Oct 14, 2018
@bors r+ |
bors
commented
Oct 14, 2018
📌 Commit 8a228fd has been approved by |
bors
commented
Oct 15, 2018
⌛ Testing commit 8a228fd with merge 9a4d26b542943f7c676fc82146b458ace39ecd11... |
bors
commented
Oct 15, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Oct 15, 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 |
bjorn3
commented
Oct 15, 2018
Spurious failure |
oli-obk
commented
Oct 15, 2018
@bors retry |
Make EvalContext::step public again This is needed for priroda Fixesrust-lang#55061
Rollup of 11 pull requests Successful merges: - #54820 (Closes#54538: `unused_patterns` lint) - #54963 (Cleanup rustc/session) - #54991 (add test for #23189) - #55025 (Add missing lifetime fragment specifier to error message.) - #55047 (doc: make core::fmt::Error example more simple) - #55048 (Don't collect to vectors where unnecessary) - #55060 (clarify pointer add/sub function safety concerns) - #55062 (Make EvalContext::step public again) - #55066 (Fix incorrect link in println! documentation) - #55081 (Deduplicate tests) - #55088 (Update rustc documentation link) Failed merges: r? @ghost
This is needed for priroda
Fixes#55061