rust/src/test/ui/parser/raw-str-unbalanced.stderr
2018-12-25 21:08:33 -07:00

9 lines
294 B
Plaintext

error: expected one of `.`, `;`, `?`, or an operator, found `#`
--> $DIR/raw-str-unbalanced.rs:5:9
|
LL | "## //~ ERROR expected one of `.`, `;`, `?`, or an operator, found `#`
| ^ expected one of `.`, `;`, `?`, or an operator here
error: aborting due to previous error