libunwind: readd link attrs to _Unwind_Backtrace#93350
Conversation
It seems the removal of these in 1c07096 was unintended; readding them fixes the build. fixes rust-lang#93349
|
I'm under the impression that on Unix-style platforms |
|
Hm, I'd naively assumed that it was somehow directly associated with the |
See the FIXME above in the same file. |
|
I apologize @gburgessiv but you'll need to find a new reviewer for this as I'm going to recuse myself. If I'm going to be passive-aggressively insulted when I try to help out it's not worth my time. |
|
@alexcrichton |
|
@bors r+ I think this makes sense for now, though I agree we should have a clearer story around names referenced with intent to export as the comment in the file suggests. |
|
📌 Commit 4d25c51 has been approved by |
…askrgr Rollup of 4 pull requests Successful merges: - rust-lang#93350 (libunwind: readd link attrs to _Unwind_Backtrace) - rust-lang#93827 (Stabilize const_fn_fn_ptr_basics, const_fn_trait_bound, and const_impl_trait) - rust-lang#94696 (Remove whitespaces and use CSS to align line numbers to the right instead) - rust-lang#94700 (rustdoc: Update minifier version) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
Oops -- sorry this fell off my radar. :) Thank you all! |
…askrgr Rollup of 4 pull requests Successful merges: - rust-lang#93350 (libunwind: readd link attrs to _Unwind_Backtrace) - rust-lang#93827 (Stabilize const_fn_fn_ptr_basics, const_fn_trait_bound, and const_impl_trait) - rust-lang#94696 (Remove whitespaces and use CSS to align line numbers to the right instead) - rust-lang#94700 (rustdoc: Update minifier version) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
It seems the removal of these in 1c07096 was unintended; readding them fixes the build.
fixes #93349
r? @alexcrichton