-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Teach rustc
to write the ICE backtrace and query stack to disk
#106691
Conversation
r? @davidtwco (rustbot has picked a reviewer for you, use r? to override) |
rustc
to write the backtrace and query stack to disk.rustc
to write the ICE backtrace and query stack to disk
For context, this is what the contents of the file looks like
And a screenshot of a prior version of the wording, just give an idea of the visual output: |
r=me if you're looking to land this |
This comment has been minimized.
This comment has been minimized.
f84df99
to
457968b
Compare
@davidtwco would you mind seconding rust-lang/compiler-team#578 in that case? |
☔ The latest upstream changes (presumably #106730) made this pull request unmergeable. Please resolve the merge conflicts. |
2a8ca17
to
9c803e4
Compare
☔ The latest upstream changes (presumably #106822) made this pull request unmergeable. Please resolve the merge conflicts. |
* On non-`-dev` builds, always hide the backtrace and query stack. * Introduce `RUSTC_BACKTRACE_FORCE` where `1` will always print the backtrace and `0` will always hide it.
This comment has been minimized.
This comment has been minimized.
9c803e4
to
ad68a7e
Compare
ad68a7e
to
57161b5
Compare
-dev
builds, always hide the backtrace and query stack.RUSTC_BACKTRACE_FORCE
where1
will always print the backtrace and0
will always hide it.