macro-template 0.1.0

Macro to generate repeated Rust code with table-driven inputs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: the template variable `Ty` duplicates an earlier one
 --> tests/ui/err/duplicate_input_variable.rs:6:13
  |
6 |         for Ty in [u16] {
  |             ^^

error: an earlier template variable `Ty` declared here
 --> tests/ui/err/duplicate_input_variable.rs:5:13
  |
5 |         for Ty in [u8],
  |             ^^