diff options
Diffstat (limited to 'tests/headers/use-core_1_0.h')
-rw-r--r-- | tests/headers/use-core_1_0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/use-core_1_0.h b/tests/headers/use-core_1_0.h index f525bccf..40de9d15 100644 --- a/tests/headers/use-core_1_0.h +++ b/tests/headers/use-core_1_0.h @@ -1,4 +1,4 @@ -// bindgen-flags: --rust-target 1.0 --use-core --raw-line "extern crate core;" --with-derive-hash --with-derive-partialeq +// bindgen-flags: --rust-target 1.0 --use-core --raw-line "extern crate core;" --with-derive-hash --with-derive-partialeq --with-derive-eq struct foo { int a, b; |