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