variadics 0.1.0

Variadic generics on stable Rust using tuple lists
Documentation
1
2
3
4
5
6
7
8
9
error: no rules expected `"three"`
 --> tests/compile-fail/var_expr_missing_comma.rs:4:30
  |
4 |     let _ = var_expr!(1, 2.0 "three", false);
  |                             -^^^^^^^ no rules expected this token in macro call
  |                             |
  |                             help: missing comma here
  |
  = note: while trying to match sequence start