cute
cute copied to clipboard
Macro doesn't support destructuring assignment
For example, you can't write c![(b, a), for &(a, b) in &[(0, 1), (2, 3)]
- the macro asks for a ident
rather than pat
.