macro-template 0.1.0

Macro to generate repeated Rust code with table-driven inputs.
Documentation
1
2
3
4
5
error: range input methods do not accept arguments
 --> tests/ui/err/range_method_with_argument.rs:5:30
  |
5 |         for N in (0..=3).rev(true) {
  |                              ^^^^