File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 207
207
- Add a complex macro fallback API (#2779 ).
208
208
- Add option to use DST structs for flexible arrays (--flexarray-dst, #2772 ).
209
209
- Add option to dynamically load variables (#2812 ).
210
+ - Add option in CLI to use rustified non-exhaustive enums (--rustified-non-exhaustive-enum, #2847 ).
210
211
## Changed
211
212
- Remove which and lazy-static dependencies (#2809 , #2817 ).
212
213
- Generate compile-time layout tests (#2787 ).
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ impl std::fmt::Display for Formatter {
237
237
/// 2. [`bitfield_enum()`](#method.bitfield_enum)
238
238
/// 3. [`newtype_enum()`](#method.newtype_enum)
239
239
/// 4. [`rustified_enum()`](#method.rustified_enum)
240
- /// 4 . [`rustified_non_exhaustive_enum()`](#method.rustified_non_exhaustive_enum)
240
+ /// 5 . [`rustified_non_exhaustive_enum()`](#method.rustified_non_exhaustive_enum)
241
241
///
242
242
/// For each C enum, bindgen tries to match the pattern in the following order:
243
243
///
You can’t perform that action at this time.
0 commit comments