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: expected one of `!`, `(`, `+`, `::`, `<`, `where`, or `{`, found keyword `fn`
 --> tests/ui/top_level_block_not_last.rs:5:62
  |
5 | #[batch_impl(usize #batch_preprocess_test(add,inc){*self+1} {fn other() {}})]
  |                                                              ^^ expected one of 7 possible tokens