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:
commit
6d43fef3aa
29 changed files with 48 additions and 89 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue