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