]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-str-unbalanced.stderr
Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2
[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