summary refs log tree commit diff
path: root/src/test/ui/parser/raw-str-unbalanced.stderr
blob: 6dedcfb6a0aab0dc65d3fdad122c7f856757f3dd (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 |       "## //~ ERROR expected one of `.`, `;`, `?`, or an operator, found `#`
   |         ^ expected one of `.`, `;`, `?`, or an operator here

error: aborting due to previous error