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