mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-22 16:28:07 +00:00
7 lines
690 B
Rust
7 lines
690 B
Rust
// ignore-tidy-linelength
|
|
|
|
fn main() {
|
|
let s: &str = r################################################################################################################################################################################################################################################################"very raw"################################################################################################################################################################################################################################################################;
|
|
//~^ ERROR too many `#` symbols: raw strings may be delimited by up to 255 `#` symbols, but found 256
|
|
}
|