Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 3cfcb0b

Browse files
committed
Addded desc_struct to opaque list due to it being packed and aligned
1 parent d279b77 commit 3cfcb0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const OPAQUE_TYPES: &[&str] = &[
3838
// This needs to be opaque because it's both packed and aligned, which rustc
3939
// doesn't support yet. See https://github.com/rust-lang/rust/issues/59154
4040
// and https://github.com/rust-lang/rust-bindgen/issues/1538
41+
"desc_struct",
4142
"xregs_state",
4243
];
4344

0 commit comments

Comments
 (0)