macroweave 0.1.0

Procedural macros for small compile-time repetitions over Rust token sequences.
Documentation
1
2
3
4
5
error: input list must contain at least one row
 --> tests/ui/err/empty_input_list.rs:4:18
  |
4 |     repeat!(T in [] {
  |                  ^^