cute icon indicating copy to clipboard operation
cute copied to clipboard

Macro doesn't support destructuring assignment

Open lynlevenick opened this issue 7 years ago • 0 comments

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.

lynlevenick avatar Aug 14 '17 08:08 lynlevenick