mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 20:17:50 +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
|
||
|
}
|