-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix MIR text output for terminators since they were wrapped in Option. #30771
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
Conversation
@bors r+ |
📌 Commit 8e29367 has been approved by |
💔 Test failed - auto-mac-64-opt |
@bors retry |
⚡ 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... |
💔 Test failed - auto-linux-32-nopt-t |
Yet another timeout failure. This commit is simple enough and the tests passed on other platforms, so it could probably just be rolled up. |
@bors rollup |
@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