fortuples 0.9.1

Procedural macros to generalize inherent and trait implementations over tuples
Documentation
1
2
3
4
5
error: `auto_impl` supports arguments only in the form of identifiers or the wildcard (`_`)
 --> tests/ui/errors/auto-impl.pattern.ref.rs:3:13
  |
3 |     fn test(&a: &i32) {
  |             ^^^^^^^^