File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // bindgen-flags: --no-derive-default -- with-derive-partialeq --opaque-type "NoPartialEq" --no-partialeq "NoPartialEq"
1
+ // bindgen-flags: --with-derive-partialeq --opaque-type "NoPartialEq" --no-partialeq "NoPartialEq"
2
2
3
3
class NoPartialEq {
4
4
int i;
Original file line number Diff line number Diff line change 1
- // bindgen-flags: --no-derive-default -- with-derive-partialeq --whitelist-type "NoPartialEq" --no-partialeq "NoPartialEq"
1
+ // bindgen-flags: --with-derive-partialeq --whitelist-type "NoPartialEq" --no-partialeq "NoPartialEq"
2
2
3
3
class NoPartialEq {
4
4
int i;
Original file line number Diff line number Diff line change 1
- // bindgen-flags: --no-derive-default -- with-derive-partialeq --whitelist-type "WhitelistMe" --no-partialeq "NoPartialEq"
1
+ // bindgen-flags: --with-derive-partialeq --whitelist-type "WhitelistMe" --no-partialeq "NoPartialEq"
2
2
3
3
struct NoPartialEq {};
4
4
You can’t perform that action at this time.
0 commit comments