Skip to content

Commit 995943c

Browse files
pvdrzemilio
authored andcommitted
put tests behind the nightly feature
1 parent 3ec5c87 commit 995943c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/expectations/tests/core_ffi_c.rs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/headers/core_ffi_c.h

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