Uh oh!
There was an error while loading. Please reload this page.
Fix MIR text output for terminators since they were wrapped in Option. - #30771
Conversation
eddyb
commented
Jan 7, 2016
@bors r+ |
bors
commented
Jan 7, 2016
📌 Commit 8e29367 has been approved by |
bors
commented
Jan 8, 2016
bors
commented
Jan 8, 2016
💔 Test failed - auto-mac-64-opt |
nrc
commented
Jan 8, 2016
@bors retry |
bors
commented
Jan 8, 2016
⚡ Previous build results for auto-linux-32-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-cross-opt, auto-linux-musl-64-opt, auto-mac-32-opt, auto-mac-64-nopt-t, auto-win-msvc-32-opt are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-64-debug-opt, auto-linux-64-x-android-t, auto-mac-64-opt, auto-win-gnu-32-nopt-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-gnu-64-opt, auto-win-msvc-64-opt... |
bors
commented
Jan 8, 2016
💔 Test failed - auto-linux-32-nopt-t |
solson
commented
Jan 8, 2016
Yet another timeout failure. This commit is simple enough and the tests passed on other platforms, so it could probably just be rolled up. |
brson
commented
Jan 8, 2016
@bors rollup |
brson
commented
Jan 8, 2016
@bors retry |
This just removes the `Some()` that appeared around terminators in MIR text output after rust-lang#30481 (cc @nagisa). The graphviz is already fixed. r? @eddyb
This just removes the `Some()` that appeared around terminators in MIR text output after rust-lang#30481 (cc @nagisa). The graphviz is already fixed. r? @eddyb
This just removes the
Some()that appeared around terminators in MIR text output after #30481 (cc @nagisa). The graphviz is already fixed.r? @eddyb