diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-08-14 13:38:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 13:38:32 -0500 |
commit | 7e84c437015b5a4d73cb47baae629b8f357c1b2d (patch) | |
tree | ba46f2d5cb7ae57aaa62ce1018c1013257ba44a5 /tests/headers/struct_with_struct.h | |
parent | 5ca05690c17e318d52f8d2e82aeef5d0feff35b3 (diff) | |
parent | dc2baed16c14e2ef2febff11e88b1c5110ebc0eb (diff) |
Auto merge of #907 - photoszzt:derive_partial_eq, r=fitzgen
Derive PartialEq Analysis
Fix: #878 r? @fitzgen
Diffstat (limited to 'tests/headers/struct_with_struct.h')
-rw-r--r-- | tests/headers/struct_with_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/struct_with_struct.h b/tests/headers/struct_with_struct.h index 975b0af4..953472c8 100644 --- a/tests/headers/struct_with_struct.h +++ b/tests/headers/struct_with_struct.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq // struct foo { struct { |