-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update backtrace crate to 0.3.46 #70361
Conversation
tmiasko
commented
Mar 24, 2020
•
edited
Loading
edited
- Support line-tables-only when using libbacktrace
- Update libbacktrace to latest master
- Define HAVE_KERN_PROC on FreeBSD to fix backtraces have blank lines and <unknown> instead of function names on FreeBSD #54434
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Could you provide a link to the github diff between these two versions as well as a summary of the changes in the PR description? Thanks! (That makes this both easier to review and helps with looking through Git commit history for changes) |
📌 Commit 64a8c8a has been approved by |
⌛ Testing commit 64a8c8a with merge 9501b80886c1826c527d63e730f780120ebf64e1... |
Update backtrace crate to 0.3.46 * Support line-tables-only when using libbacktrace * Update libbacktrace to latest master * Define HAVE_KERN_PROC on FreeBSD to fix rust-lang#54434
@bors retry |
⌛ Testing commit 64a8c8a with merge a481b3ff79b11ad92a2652e50f6757a116485cc1... |
Update backtrace crate to 0.3.46 * Support line-tables-only when using libbacktrace * Update libbacktrace to latest master * Define HAVE_KERN_PROC on FreeBSD to fix rust-lang#54434
@bors retry |
Rollup of 7 pull requests Successful merges: - rust-lang#70331 (Increase verbosity when using update syntax with private fields) - rust-lang#70349 (move `hir_id_validation` to `rustc_passes` + simplify `hir::map` code) - rust-lang#70361 (Update backtrace crate to 0.3.46) - rust-lang#70364 (resolve: Remove `rustc_attrs` as a standalone feature gate) - rust-lang#70369 (Fix smaller issues with invalid placeholder type errors) - rust-lang#70373 (normalize some imports & prefer direct ones) - rust-lang#70376 (Add test for rust-lang#66312) Failed merges: r? @ghost