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-4
Original file line number
Diff line number
Diff line change
@@ -354,17 +354,20 @@ struct BindgenCommand {
354
354
#[arg(long, value_name = "CUSTOM")]
355
355
with_derive_custom_union:Vec<String>,
356
356
/// Generate extern wrappers for inlined functions
357
-
#[arg(long)]
357
+
#[arg(long, requires = "experimental")]
358
358
generate_extern_functions:bool,
359
359
/// Sets the name of the header and source code files that would be created if any extern wrapper functions must be generated due to the presence of inlined functions.
0 commit comments