Derive Debug
is not generated for structs with large array fields (len() > 32) (need to add new rustc target)
#1977
Labels
Hi! If my struct contains large arrays, then
Debug
is not being generated. However if I addDebug
manually, it compiles and runs just fine.Input C/C++ Header
Bindgen Invocation
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: