1 2 3 4 5 6 7
error[E023]: duplicate pattern `$a` --> line:4:6 | 3 | $a = "foo" | -- `$a` declared here for the first time 4 | $a = "bar" | ^^ duplicate declaration of `$a`