darling 0.23.0

A proc-macro library for reading attributes into structs when implementing custom derives.
Documentation
error: `#[darling(flatten)]` can only be applied to one field
  --> tests/compile-fail/flatten_multiple_fields.rs:13:15
   |
13 |     #[darling(flatten)]
   |               ^^^^^^^

error: `#[darling(flatten)]` can only be applied to one field
  --> tests/compile-fail/flatten_multiple_fields.rs:15:15
   |
15 |     #[darling(flatten)]
   |               ^^^^^^^

error: `#[darling(flatten)]` can only be applied to one field
  --> tests/compile-fail/flatten_multiple_fields.rs:22:15
   |
22 |     #[darling(flatten)]
   |               ^^^^^^^

error: `#[darling(flatten)]` can only be applied to one field
  --> tests/compile-fail/flatten_multiple_fields.rs:24:15
   |
24 |     #[darling(flatten)]
   |               ^^^^^^^