-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Ignore functions before main and thread entry points in backtraces #49825
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
r? @BurntSushi (rust_highfive has picked a reviewer for you, use r? to override) |
f() | ||
fn mark_start(f: &mut FnMut()) { | ||
f(); | ||
#[cfg(not(target_arch = "asmjs"))] |
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.
This now just excludes asmjs from the changes.
Ping from triage @alexcrichton! This PR needs your review. |
Sorry for taking awhile to get to this, but can this include a test of some form to ensure it works across platforms and doesn't regress? |
Ping from triage @Zoxc! The reviewer asked for some changes. |
Closing due to inactivity, feel free to re-open or submit a new PR in the future. Thanks for your changes! |
Same PR as #47824