We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9134679 commit a43cc2aCopy full SHA for a43cc2a
bindgen-integration/src/lib.rs
@@ -179,7 +179,6 @@ fn test_bitfield_constructors() {
179
180
let mut second = bindings::bitfields::Second {
181
_bitfield_1: bindings::bitfields::Second::new_bitfield_1(1337, true),
182
- __bindgen_align: [],
183
};
184
assert!(unsafe { second.assert(1337, true) });
185
@@ -189,7 +188,6 @@ fn test_bitfield_constructors() {
189
188
false,
190
bindings::bitfields::ItemKind::ITEM_KIND_TRES,
191
),
192
193
194
assert!(unsafe {
195
third.assert(42, false, bindings::bitfields::ItemKind::ITEM_KIND_TRES)
0 commit comments