fortuples 0.9.1

Procedural macros to generalize inherent and trait implementations over tuples
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: `debug_expand` should be set only once
 --> tests/ui/errors/attr.tuples.unique.debug-expand.rs:7:15
  |
7 |     #[tuples::debug_expand(path = "")]
  |               ^^^^^^^^^^^^

error: the first definition was here
 --> tests/ui/errors/attr.tuples.unique.debug-expand.rs:6:15
  |
6 |     #[tuples::debug_expand]
  |               ^^^^^^^^^^^^