diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-07-09 13:04:29 -0700 |
---|---|---|
committer | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-07-10 14:02:24 -0700 |
commit | 666b7b4194fc25dfdd7b002841ec85833a462ec9 (patch) | |
tree | 32edf0e05aea9e86bc17c01614108afbd242a209 /tests/headers/struct_with_bitfields.h | |
parent | 32313ecece3cb76b2e7de7b49cc9c07553a23e9b (diff) |
Use aster and quasi to allow building with stable Rust.
Diffstat (limited to 'tests/headers/struct_with_bitfields.h')
-rw-r--r-- | tests/headers/struct_with_bitfields.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/struct_with_bitfields.h b/tests/headers/struct_with_bitfields.h index ece512cd..b994da4e 100644 --- a/tests/headers/struct_with_bitfields.h +++ b/tests/headers/struct_with_bitfields.h @@ -1,3 +1,4 @@ +// bindgen-flags: -no-unstable-rust struct bitfield { unsigned short a :1, |