mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-21 14:43:41 +00:00
5 lines
101 B
Rust
5 lines
101 B
Rust
fn main() {
|
|
let x = r###"here's a long string"# "# "##;
|
|
//~^ ERROR unterminated raw string
|
|
}
|