๐๏ธ zb: Fix sendmsg for iOS and other apple OS#1741
๐๏ธ zb: Fix sendmsg for iOS and other apple OS#1741dtolnay wants to merge 1 commit intoz-galaxy:mainfrom
Conversation
|
@dtolnay Thanks! I will take care of modifying the commit message for you, don't worry about it. While I have your attention: serde-rs/serde#2045 has been a real PITA for me in the zlink project. @RaitoBezarius has graciously volunteered to try and provide a PR for this so I'd really appreciate it if you could review that (and merge if it's good) when they've provided it. ๐ Of course, me merging this good PR is not at all conditioned on that. ๐ |
|
oh and btw, I'm very surprised to hear that people use zbus on iOS. ๐ฎ |
I guess you didn't opt for the "Allow maintainers to apply changes to the PR": Please either allow me to do that or just modify the commit and add the |
error[E0599]: no associated item named `NOSIGNAL` found for struct `SendFlags` in the current scope
--> zbus/src/connection/socket/unix.rs:330:28
|
330 | let flags = SendFlags::NOSIGNAL;
| ^^^^^^^^ associated item not found in `SendFlags`
Since #1660
zbusis unable to build for iOS.