summary refs log tree commit diff
path: root/src/test/ui/parser/raw-str-delim.stderr
blob: 307550081d5a4f75ef39ddd9670f049b1ff9d683 (plain)
1
2
3
4
5
6
7
8
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