2023-01-29 13:37:05 +00:00
|
|
|
error: too many `#` symbols: raw strings may be delimited by up to 255 `#` symbols, but found 256
|
|
|
|
|
--> $DIR/too-many-hash.rs:4:19
|
|
|
|
|
|
|
2025-03-07 17:54:49 +00:00
|
|
|
LL | ... = r####################################################...#######################################;
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2023-01-29 13:37:05 +00:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2023-01-29 13:37:05 +00:00
|
|
|
|