mirror of https://github.com/aya-rs/aya
aya-gen: Disable Debug derive for BTF types
It's a workaround for the upstream bindgen issue: https://github.com/rust-lang/rust-bindgen/issues/2083 tl;dr: Rust nightly complains about #[repr(packed)] structs deriving Debug without Copy. It needs to be fixed properly upstream, but for now we have to disable Debug derive here. Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>pull/250/head
parent
69cc844bbf
commit
bd336acb02
Loading…
Reference in New Issue