Files
2023-01-11 09:32:08 +00:00

5 lines
101 B
Rust

fn main() {
let x = r###"here's a long string"# "# "##;
//~^ ERROR unterminated raw string
}