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

Commit 4464a1d

Browse files
alexreaperhulk
authored andcommitted
Opaque another type (#77)
1 parent ddae59e commit 4464a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ const INCLUDED_VARS: &[&str] = &[
3737
"VERIFY_WRITE",
3838
];
3939
const OPAQUE_TYPES: &[&str] = &[
40-
// This needs to be opaque because it's both packed and aligned, which rustc
40+
// These need to be opaque because they're both packed and aligned, which rustc
4141
// doesn't support yet. See https://github.com/rust-lang/rust/issues/59154
4242
// and https://github.com/rust-lang/rust-bindgen/issues/1538
43+
"desc_struct",
4344
"xregs_state",
4445
];
4546

0 commit comments

Comments
 (0)