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

Commit 9b7b904

Browse files
authored
Opaque another type
1 parent e3e4dc6 commit 9b7b904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

+1
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)