You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bindgen-cli/options.rs
+8
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,9 @@ struct BindgenCommand {
400
400
/// Wrap unsafe operations in unsafe blocks.
401
401
#[arg(long)]
402
402
wrap_unsafe_ops:bool,
403
+
/// Use DSTs to represent structures with flexible array members.
404
+
#[arg(long)]
405
+
flexarray_dst:bool,
403
406
/// Derive custom traits on any kind of type. The CUSTOM value must be of the shape REGEX=DERIVE where DERIVE is a coma-separated list of derive macros.
0 commit comments