mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
9 lines
393 B
Plaintext
9 lines
393 B
Plaintext
error: too many `#` symbols: raw strings may be delimited by up to 255 `#` symbols, but found 256
|
|
--> $DIR/too-many-hash.rs:4:19
|
|
|
|
|
LL | ... = r####################################################...#######################################;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|