]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw-str-delim.stderr
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / raw-str-delim.stderr
1 error: found invalid character; only `#` is allowed in raw string delimitation: ~
2   --> $DIR/raw-str-delim.rs:2:5
3    |
4 LL |     r#~"#"~#
5    |     ^^^
6
7 error: aborting due to previous error
8