batch-impl 0.7.2

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
error: batch-impl: `;` is not valid in a type (it is the `batch_trait!` segment boundary; in `#[batch_impl]` specs are separated by `,`)
 --> tests/ui/semi_in_spec.rs:7:17
  |
7 | #[batch_impl(A^B; C)]
  |                 ^