batch-impl 0.5.6

A proc-macro library for batch generating trait impls with a powerful DSL
Documentation
1
2
3
4
5
6
7
error: batch-impl: trait 实参 `X` 对应形参 `T`(bound `Clone`),自动继承要求同名;请改名为 `T` 或手写 bound
 --> tests/ui/rename_bound.rs:4:1
  |
4 | #[batch_impl(<X> A<X> ())]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `batch_impl` (in Nightly builds, run with -Z macro-backtrace for more info)