-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Adding "backtrace off" option for fuchsia targets #101559
Adding "backtrace off" option for fuchsia targets #101559
Conversation
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @tmandry |
b9dcdb6
to
0a41021
Compare
library/std/src/panic.rs
Outdated
@@ -296,9 +296,12 @@ pub fn get_backtrace_style() -> Option<BacktraceStyle> { | |||
} | |||
|
|||
// Setting environment variables for Fuchsia components isn't a standard | |||
// or easily supported workflow. For now, display backtraces by default. | |||
// or easily supported workflow. For now, display backtraces by default, | |||
// and allow turning off completely for compiler tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// and allow turning off completely for compiler tests. | |
// and allow turning off completely. |
Compiler tests motivated this PR but it's a generally useful feature.
0a41021
to
6260aa5
Compare
@bors delegate+ rollup |
✌️ @andrewpollack can now approve this pull request |
6260aa5
to
88baf8f
Compare
@bors r=tmandry |
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#100415 (Add BE8 support) - rust-lang#101559 (Adding "backtrace off" option for fuchsia targets) - rust-lang#101740 (Adding ignore-fuchsia arg to non-applicable compiler ui tests) - rust-lang#101778 (rustdoc: clean up DOM by removing `.dockblock-short p`) - rust-lang#101786 (Tidy will not check coding style in bootstrap/target) - rust-lang#101810 (Constify `PartialEq` for `Ordering`) - rust-lang#101812 (rustdoc: clean up CSS `#titles` using flexbox) - rust-lang#101820 (rustdoc: remove no-op rule `a { background: transparent }`) - rust-lang#101828 (Add test for rust-lang#101743) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Used for improving compiler test suite results on Fuchsia targets