Skip to content

Commit 34c108a

Browse files
committed
Merge tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux
Pull Rust fix from Miguel Ojeda: "A single build error fix: there was a change during the merge window to a C header parsed by the Rust bindings generator, introducing a type that it does not handle well. The fix tells the generator to treat the type as opaque (for now)" * tag 'rust-fixes-6.3-rc1' of https://github.com/Rust-for-Linux/linux: rust: bindgen: Add `alt_instr` as opaque type
2 parents 06caa75 + 3098cb6 commit 34c108a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/bindgen_parameters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
--opaque-type local_apic
77

88
# Packed type cannot transitively contain a `#[repr(align)]` type.
9+
--opaque-type alt_instr
910
--opaque-type x86_msi_data
1011
--opaque-type x86_msi_addr_lo
1112

0 commit comments

Comments
 (0)