error[E0432]: unresolved import `gen::helpers`
--> ebpf/aya-ebpf-bindings/src/lib.rs:37:9
|
37 | pub use gen::helpers;
| ^^^^^^^^^^^^ no `helpers` in `gen`
error[E0432]: unresolved import `crate::gen::bindings`
--> ebpf/aya-ebpf-bindings/src/lib.rs:40:25
|
40 | pub use crate::gen::bindings::*;
| ^^^^^^^^ could not find `bindings` in `gen`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `aya-ebpf-bindings` (lib) due to 2 previous errors