youknowone/apple-sys

IORPCMessage doesn't implement `Debug`

Selyatin opened this issue · 5 comments

Error:

/claves/target/debug/build/apple-sys-2c839338cff8c061/out/Carbon.rs:56522:5
      |
56520 | #[derive(Debug)]
      |          ----- in this derive macro expansion
56521 | pub struct IORPCMessageErrorReturnContent {
56522 |     pub hdr: IORPCMessage,
      |     ^^^^^^^^^^^^^^^^^^^^^ `IORPCMessage` cannot be formatted using `{:?}`
      |
      = help: the trait `Debug` is not implemented for `IORPCMessage`
      = note: add `#[derive(Debug)]` to `IORPCMessage` or manually `impl Debug for IORPCMessage`
      = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider annotating `IORPCMessage` with `#[derive(Debug)]`
      |
56510 | #[derive(Debug)]
      |

For more information about this error, try `rustc --explain E0277`.
error: could not compile `apple-sys` due to previous error

OS: MacOS 13.0.0

Thank you for the report! I will check it.

Got the same problem

Thank you all! I will publish a new version soon.

I published 0.2.0

Thank you for long time waiting!