seq-macro 0.3.6

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
 --> tests/ui/ident-span.rs:5:17
  |
5 |         let _ = Missing~N;
  |                 ^^^^^^^ not found in this scope