summary refs log tree commit diff
path: root/src/test/ui/parser/raw-str-unbalanced.stderr
blob: ddb75722bef9f32c37e39f6da7fcc4eebd8beda2 (plain)
1
2
3
4
5
6
7
8
error: expected one of `.`, `;`, `?`, or an operator, found `#`
  --> $DIR/raw-str-unbalanced.rs:3:9
   |
LL |       "##
   |         ^ expected one of `.`, `;`, `?`, or an operator

error: aborting due to previous error