]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/raw/raw_string.rs
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / parser / raw / raw_string.rs
1 fn main() {
2 let x = r##"lol"#;
3 //~^ ERROR unterminated raw string
4 }