]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-str-unbalanced.stderr
Merge commit '6f50986667debbfc67776304a8ee23fe0158613f' into libgccjit-codegen
[rust.git] / src / test / ui / parser / raw / raw-str-unbalanced.stderr
1 error: too many `#` when terminating raw string
2   --> $DIR/raw-str-unbalanced.rs:3:9
3    |
4 LL |       "##
5    |         ^ help: remove the extra `#`
6    |
7    = note: the raw string started with 1 `#`s
8
9 error: aborting due to previous error
10