Auto merge of #29486 - petrochenkov:multiwild, r=Manishearth

Motivation:
- It is not actually a pattern
- It is not actually needed, except for...

Drawback:
- Slice patterns like `[a, _.., b]` are pretty-printed as `[a, .., b]`. Great loss :(

plugin-[breaking-change], as always
This commit is contained in:
bors 2015-11-01 13:36:49 +00:00
commit 6d43fef3aa
29 changed files with 48 additions and 89 deletions

View file

@ -10,7 +10,7 @@ digraph block {
N8[label="(dummy_node)"];
N9[label="local x"];
N10[label="local y"];
N11[label="pat .."];
N11[label="pat _"];
N12[label="pat [x, y, ..]"];
N13[label="expr x"];
N14[label="expr y"];