• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: `flatten` and `multiple` cannot be used together
2  --> tests/compile-fail/flatten_meta_conflicts.rs:11:24
3   |
411 |     #[darling(flatten, multiple, with = demo, skip = true)]
5   |                        ^^^^^^^^
6
7error: `flatten` and `with` cannot be used together
8  --> tests/compile-fail/flatten_meta_conflicts.rs:11:34
9   |
1011 |     #[darling(flatten, multiple, with = demo, skip = true)]
11   |                                  ^^^^
12
13error: `flatten` and `skip` cannot be used together
14  --> tests/compile-fail/flatten_meta_conflicts.rs:11:47
15   |
1611 |     #[darling(flatten, multiple, with = demo, skip = true)]
17   |                                               ^^^^
18