I'm going through the Exercism track and getting this error from this case clause. It seems to me since I'm specifying with [Wine(color: color, ..rest) that I'd be matching a list where the first element was a Wine with the given color. If I understand the error correctly, it's saying this match condition is identical to [_, ..rest]. Is that right?
Thanks in advance!