Skip to content

Commit 5990511

Browse files
pvdrzqsdrqs
authored andcommitted
put tests behind the nightly feature
1 parent 604b73b commit 5990511

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/expectations/tests/core_ffi_c.rs

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/headers/core_ffi_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// bindgen-flags: --rust-target nightly --use-core --no-convert-floats
1+
// bindgen-flags: --rust-target nightly --raw-line '#![cfg(feature = "nightly")]' --use-core --no-convert-floats
22
typedef char c_char;
33
typedef double c_double;
44
typedef float c_float;

0 commit comments

Comments
 (0)