seq-macro 0.2.1

Macro to repeat sequentially indexed copies of a fragment of code.
Documentation
1
2
3
4
5
error[E0425]: cannot find value `Missing0` in this scope
 --> $DIR/ident-span.rs:5:17
  |
5 |         let _ = Missing#N;
  |                 ^^^^^^^ not found in this scope