blob: b86b9e90e73ad640aa704972fa69340d52939bff [file] [log] [blame]
error: found invalid character; only `#` is allowed in raw string delimitation: ~
--> $DIR/raw-str-delim.rs:2:5
|
LL | r#~"#"~#
| ^^
error: aborting due to previous error