We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29c2a45 + 00dd4e8 commit 562c259Copy full SHA for 562c259
rust/bindgen_parameters
@@ -5,6 +5,10 @@
5
--opaque-type arch_lbr_state
6
--opaque-type local_apic
7
8
+# Packed type cannot transitively contain a `#[repr(align)]` type.
9
+--opaque-type x86_msi_data
10
+--opaque-type x86_msi_addr_lo
11
+
12
# `try` is a reserved keyword since Rust 2018; solved in `bindgen` v0.59.2,
13
# commit 2aed6b021680 ("context: Escape the try keyword properly").
14
--opaque-type kunit_try_catch
0 commit comments