]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw-str-unbalanced.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / raw-str-unbalanced.stderr
1 error: expected one of `.`, `;`, `?`, or an operator, found `#`
2   --> $DIR/raw-str-unbalanced.rs:3:9
3    |
4 LL |       "##
5    |         ^ expected one of `.`, `;`, `?`, or an operator
6
7 error: aborting due to previous error
8