2018-10-20 15:36:17 -05:00
|
|
|
error: expected one of `.`, `;`, `?`, or an operator, found `#`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/raw-str-unbalanced.rs:5:9
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | "## //~ ERROR expected one of `.`, `;`, `?`, or an operator, found `#`
|
|
|
|
| ^ expected one of `.`, `;`, `?`, or an operator here
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|