]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/raw/raw_string.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / parser / raw / raw_string.stderr
1 error: unterminated raw string
2 --> $DIR/raw_string.rs:2:13
3 |
4 LL | let x = r##"lol"#;
5 | ^ unterminated raw string
6 |
7 = note: this raw string should be terminated with `"##`
8
9 error: aborting due to previous error
10