]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/raw-str-unterminated.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / parser / raw-str-unterminated.stderr
CommitLineData
74b04a01 1error[E0748]: unterminated raw string
0731742a 2 --> $DIR/raw-str-unterminated.rs:2:5
0bf4aa26
XL
3 |
4LL | r#" string literal goes on
5 | ^ unterminated raw string
6 |
7 = note: this raw string should be terminated with `"#`
8
9error: aborting due to previous error
10
74b04a01 11For more information about this error, try `rustc --explain E0748`.