Skip to content

Commit 8443943

Browse files
Per Larsenthedataking
authored andcommitted
Update bindgen-integration
1 parent 8a8aa6a commit 8443943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindgen-integration/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ fn setup_macro_test() {
237237
.enable_cxx_namespaces()
238238
.default_enum_style(EnumVariation::Rust {
239239
non_exhaustive: false,
240+
repr_c: false,
240241
})
241242
.raw_line("pub use self::root::*;")
242243
.raw_line("extern { fn my_prefixed_function_to_remove(i: i32); }")

0 commit comments

Comments
 (0)