]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/raw/raw-str-delim.stderr
Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-subtree
[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