diff options
Diffstat (limited to 'tests/headers/anon_union_1_0.hpp')
-rw-r--r-- | tests/headers/anon_union_1_0.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anon_union_1_0.hpp b/tests/headers/anon_union_1_0.hpp index 33ab48ca..1a5e2b0d 100644 --- a/tests/headers/anon_union_1_0.hpp +++ b/tests/headers/anon_union_1_0.hpp @@ -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 template<typename T> struct TErrorResult { |