summary refs log tree commit diff
path: root/src/test/ui/parser/raw-str-unbalanced.stderr
blob: 666faaabc10c5f7808c808c33b7be6fcf44d668c (plain)
1
2
3
4
5
6
7
8
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