batch-impl 0.9.1

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
6
7
error: batch-impl: space-application chain exceeds 129 levels (limit 128); split the chain into separate impl-specs
 --> tests/ui/segments_too_deep.rs:3:1
  |
3 | #[batch_impl(<u8><u8><u8><u8><u8><u8><u8><u8>...><u8><u8><u8><u8><u8><u8><u8><u8><u8><u8> X)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `batch_impl` (in Nightly builds, run with -Z macro-backtrace for more info)