rust/src/test/ui/parser/raw-str-delim.stderr

9 lines
271 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: found invalid character; only `#` is allowed in raw string delimitation: ~
2018-12-25 09:56:47 -06:00
--> $DIR/raw-str-delim.rs:4:5
2018-10-20 15:36:17 -05:00
|
LL | r#~"#"~# //~ ERROR found invalid character; only `#` is allowed in raw string delimitation
| ^^
error: aborting due to previous error