blob: bf8f3a7a5a4bd833cc012ec8f3cc23d5831945df (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: too many `#` when terminating raw string
--> $DIR/raw-str-unbalanced.rs:3:9
|
LL | "##
| ^ help: remove the extra `#`
|
= note: the raw string started with 1 `#`s
error: aborting due to previous error
|