-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Check that more targets build #1296
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@gnzlbg: no appropriate reviewer found, use r? to override |
☔ The latest upstream changes (presumably #1292) made this pull request unmergeable. Please resolve the merge conflicts. |
cc @humenda I had to fix a couple of bugs in the l4re implementation related to the cc @Susurrus it seems that the |
@bors: r+ |
📌 Commit 183c51b has been approved by |
☀️ Test successful - checks-cirrus, checks-travis, status-appveyor |
cc @humenda I had to fix a couple of bugs in the l4re implementation related to
the `--features=extra_traits`. Now it should build there too, but the `l4re`
types won't implement the classical traits for now
AFAIU, it's only `pthread_addr_t`. I've moved the definition into other.rs and
added the definition in l4re.rs to the `s!` macro. Is there anything special I
need to care about when deriving `Debug`?
|
As long as the struct is not |
No description provided.