Either that, or we need a syntax for dereferencing in a pattern.
Activity
msullivan commentedon Jul 11, 2011
Perhaps the answer is to introduce "box patterns"?
pcwalton commentedon Jul 12, 2011
What sully said; box patterns seem to me to be more broadly useful anyway (consider boxed tags, etc.)
marijnh commentedon Jul 12, 2011
I think stars are still free in pattern syntax.
expr_assign(*{span...}, _)
seems cute.Auto merge of rust-lang#661 - Susurrus:mips_cmspar, r=alexcrichton
Fix addcarry / subborrow intrinsic names (rust-lang#661)
Enable inline stack probes on AArch64
Extract functions handling finding of the function to differentiate a…
Reject proof harnesses with arguments (rust-lang#2132)
Merge pull request rust-lang#661 from rust-lang/revert-656-public-tes…