diff options
Diffstat (limited to 'tests/headers/anon_struct_in_union_1_0.h')
-rw-r--r-- | tests/headers/anon_struct_in_union_1_0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anon_struct_in_union_1_0.h b/tests/headers/anon_struct_in_union_1_0.h index 5e5023ba..86e5ca73 100644 --- a/tests/headers/anon_struct_in_union_1_0.h +++ b/tests/headers/anon_struct_in_union_1_0.h @@ -1,4 +1,4 @@ -// bindgen-flags: --rust-target 1.0 --with-derive-hash +// bindgen-flags: --rust-target 1.0 --with-derive-hash --with-derive-partialeq struct s { union { |