]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-str-delim.stderr
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[rust.git] / src / test / ui / parser / raw / 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