Skip to content

Commit db2fb71

Browse files
committed
fix rebase
1 parent a04c47a commit db2fb71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
error: 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

77
error: aborting due to 1 previous error
88

tests/ui/rust-2024/reserved-guarded-strings.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ LL | demo2!(#"foo"## #);
241241
error: 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
248248
help: consider inserting whitespace here

0 commit comments

Comments
 (0)