Skip to content

Commit 7ba2cae

Browse files
committed
Add missing --rust-target flags on test case.
See #1575 (comment)
1 parent 26d7f0a commit 7ba2cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/headers/issue-1554.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --default-enum-style rust_non_exhaustive --raw-line '#![cfg(feature = "nightly")]' --raw-line '#![feature(non_exhaustive)]'
1+
// bindgen-flags: --default-enum-style rust_non_exhaustive --rust-target nightly --raw-line '#![cfg(feature = "nightly")]' --raw-line '#![feature(non_exhaustive)]'
22

33
enum Planet {
44
earth,

0 commit comments

Comments
 (0)