This website requires JavaScript.
Explore
Help
Sign In
yggdrasil
/
cbindgen
Watch
1
Star
0
Fork
0
You've already forked cbindgen
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cbindgen
/
tests
/
rust
/
bitflags.toml
6 lines
66 B
TOML
Raw
Normal View
History
Unescape
Escape
parser: Make bitflags expansion opt-in. Otherwise we may break code that does its own bitflags parsing. In particular, this will prevent Gecko builds from breaking due to: https://searchfox.org/mozilla-central/rev/92d11a33250a8e368c8ca3e962e15ca67117f765/gfx/webrender_bindings/webrender_ffi.h#67 (Which should go away once we start opting-in).
2019-03-05 13:07:21 +01:00
[
macro_expansion
]
bitflags
=
true
constant: Allow more constexpr constants.
2022-04-21 12:28:13 +02:00
[
const
]
allow_constexpr
=
true
Reference in New Issue
Copy Permalink