summaryrefslogtreecommitdiff
path: root/tests/headers/only_bitfields.hpp
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <ecoal95@gmail.com>2016-07-09 13:04:29 -0700
committerEmilio Cobos Álvarez <ecoal95@gmail.com>2016-07-10 14:02:24 -0700
commit666b7b4194fc25dfdd7b002841ec85833a462ec9 (patch)
tree32edf0e05aea9e86bc17c01614108afbd242a209 /tests/headers/only_bitfields.hpp
parent32313ecece3cb76b2e7de7b49cc9c07553a23e9b (diff)
Use aster and quasi to allow building with stable Rust.
Diffstat (limited to 'tests/headers/only_bitfields.hpp')
-rw-r--r--tests/headers/only_bitfields.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/only_bitfields.hpp b/tests/headers/only_bitfields.hpp
index 48b401b6..30a75ebb 100644
--- a/tests/headers/only_bitfields.hpp
+++ b/tests/headers/only_bitfields.hpp
@@ -1,4 +1,4 @@
-
+// bindgen-flags: -no-unstable-rust
class C {
bool a: 1;
bool b: 7;