We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8aa6a commit 8443943Copy full SHA for 8443943
bindgen-integration/build.rs
@@ -237,6 +237,7 @@ fn setup_macro_test() {
237
.enable_cxx_namespaces()
238
.default_enum_style(EnumVariation::Rust {
239
non_exhaustive: false,
240
+ repr_c: false,
241
})
242
.raw_line("pub use self::root::*;")
243
.raw_line("extern { fn my_prefixed_function_to_remove(i: i32); }")
0 commit comments