batch-impl 0.8.2

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
6
7
8
9
10
error: batch-impl: repeat block driver `@A` conflicts with the inner segment reference `@B` (they must be the same)
 --> tests/ui/impl_shape_repeat_driver_conflict.rs:5:1
  |
5 | / #[batch_impl(
6 | |     ((u8, u16), (u32, u64)) impl{((A@..,),(B@..,))}
7 | |     { fn n(&self) -> usize { (@A(@B::f(),)..) } }
8 | | )]
  | |__^
  |
  = note: this error originates in the attribute macro `batch_impl` (in Nightly builds, run with -Z macro-backtrace for more info)