macro-template 0.1.0

Macro to generate repeated Rust code with table-driven inputs.
Documentation
1
2
3
4
5
error: range inputs require exactly one template variable
 --> tests/ui/err/range_multiple_variables.rs:5:14
  |
5 |         for (Ty, Max) in 0..=2 {
  |              ^^^^^^^