File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11error: too many `#` symbols: raw strings may be delimited by up to 255 `#` symbols, but found 256
22 --> $DIR/too-many-hash.rs:4:19
33 |
4- LL | ... = r############################################################################ ...######################## #######################################;
5- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+ LL | ... = r####################################################...#######################################;
5+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66
77error: aborting due to 1 previous error
88
Original file line number Diff line number Diff line change @@ -241,8 +241,8 @@ LL | demo2!(#"foo"## #);
241241error: invalid string literal
242242 --> $DIR/reserved-guarded-strings.rs:71:12
243243 |
244- LL | ...n!(######################################################################... #################################################################"foo");
245- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
244+ LL | ...n!(################################################################################################################################################################################################### #################################################################"foo");
245+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
246246 |
247247 = note: unprefixed guarded string literals are reserved for future use since Rust 2024
248248help: consider inserting whitespace here
You can’t perform that action at this time.
0 commit comments