mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-25 19:01:52 +00:00
5 lines
76 B
Rust
5 lines
76 B
Rust
fn main() {
|
|
let x = r##"lol"#;
|
|
//~^ ERROR unterminated raw string
|
|
}
|