tt-call 1.0.9

Token tree calling convention
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: no rules expected the token `]`
 --> tests/ui/type-slice-empty.rs:5:17
  |
5 |     input = [{ [] }]
  |                 ^ no rules expected this token in macro call
  |
note: while trying to match `_`
 --> src/unexpected.rs
  |
  |     ([_]) => {};
  |       ^