macro-template 0.1.0

Macro to generate repeated Rust code with table-driven inputs.
Documentation
1
2
3
4
5
error: input list must contain at least one row
 --> tests/ui/err/empty_input_list.rs:5:19
  |
5 |         for Ty in [] {
  |                   ^^