blob: 666faaabc10c5f7808c808c33b7be6fcf44d668c [file] [log] [blame]
error: expected one of `.`, `;`, `?`, or an operator, found `#`
--> $DIR/raw-str-unbalanced.rs:15:9
|
LL | "## //~ ERROR expected one of `.`, `;`, `?`, or an operator, found `#`
| ^ expected one of `.`, `;`, `?`, or an operator here
error: aborting due to previous error