We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this error with generated code.
6948 | pub field: __IncompleteArrayField<rte_acl_field>, | ------------------------------------------------ this field does not implement `Copy`
While the generated rte_acl_field is
#[repr(C)] #[derive(Debug, Copy)] pub struct rte_acl_field { pub value: rte_acl_field_types, pub mask_range: rte_acl_field_types, }
I think a00e8b0 affects the result.
I check that 7d995d7 did not cause problems. You may refer https://github.com/ANLAB-KAIST/rust-dpdk this repository to reproduce my result or put this usage scenario into test cases.
The text was updated successfully, but these errors were encountered:
I added a commit fixing this in #457, thanks for reporting it :)
Sorry, something went wrong.
Fixed in #457. Thanks!
Copy
No branches or pull requests
I have this error with generated code.
While the generated rte_acl_field is
I think a00e8b0
affects the result.
I check that 7d995d7 did not cause problems.
You may refer https://github.com/ANLAB-KAIST/rust-dpdk this repository to reproduce my result or put this usage scenario into test cases.
The text was updated successfully, but these errors were encountered: