error[E019]: invalid modifier combination: `base64wide` `nocase`
--> line:3:16
|
3 | $a = "foo" nocase ascii base64wide
| ^^^^^^ ^^^^^^^^^^ `base64wide` modifier used here
| |
| `nocase` modifier used here
|
= note: these two modifiers can't be used together