Remove references for L4re that are not defined.#103966
Remove references for L4re that are not defined.#103966ManuelvOK wants to merge 3 commits intorust-lang:masterfrom
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @m-ou-se (or someone else) soon. Please see the contribution instructions for more information. |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
| //! | ||
| //! Once stack has been unwound down to the handler frame level, unwinding stops | ||
| //! and the last personality routine transfers control to the catch block. | ||
| #![cfg(not(target_os = "l4re"))] |
There was a problem hiding this comment.
This should probably go in the cfg_if in library/std/src/personality.rs instead.
|
☔ The latest upstream changes (presumably #107105) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@ManuelvOK any updates on this? |
|
Closing this as inactive |
fix: get the l4re target working again This is based on work from rust-lang#103966, addressing the review comment by `@m-ou-se` at the time and "fixing" the (probably newly) missing read_buf.
fix: get the l4re target working again This is based on work from rust-lang/rust#103966, addressing the review comment by `@m-ou-se` at the time and "fixing" the (probably newly) missing read_buf.
fix: get the l4re target working again This is based on work from rust-lang/rust#103966, addressing the review comment by `@m-ou-se` at the time and "fixing" the (probably newly) missing read_buf.
A couple of signals are not defined for L4re. The same applies for most libunwind calls. This PR removes the references for l4re.