9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
error: found invalid character; only `#` is allowed in raw string delimitation: ~
|
||
|
--> $DIR/raw-str-delim.rs:14:5
|
||
|
|
|
||
|
LL | r#~"#"~# //~ ERROR found invalid character; only `#` is allowed in raw string delimitation
|
||
|
| ^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|