summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/emoji-identifiers.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:11:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:13:23 +0000
commit20431706a863f92cb37dc512fef6e48d192aaf2c (patch)
tree2867f13f5fd5437ba628c67d7f87309ccadcd286 /src/test/ui/parser/emoji-identifiers.stderr
parentReleasing progress-linux version 1.65.0+dfsg1-2~progress7.99u1. (diff)
downloadrustc-20431706a863f92cb37dc512fef6e48d192aaf2c.tar.xz
rustc-20431706a863f92cb37dc512fef6e48d192aaf2c.zip
Merging upstream version 1.66.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/ui/parser/emoji-identifiers.stderr')
-rw-r--r--src/test/ui/parser/emoji-identifiers.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/test/ui/parser/emoji-identifiers.stderr b/src/test/ui/parser/emoji-identifiers.stderr
index 2550dc3d3..e645b68ba 100644
--- a/src/test/ui/parser/emoji-identifiers.stderr
+++ b/src/test/ui/parser/emoji-identifiers.stderr
@@ -9,15 +9,6 @@ help: Unicode character 'โž–' (Heavy Minus Sign) looks like '-' (Minus/Hyphen),
LL | let _ = i_like_to_๐Ÿ˜„_a_lot() - 4;
| ~
-error[E0425]: cannot find function `i_like_to_๐Ÿ˜„_a_lot` in this scope
- --> $DIR/emoji-identifiers.rs:13:13
- |
-LL | fn i_like_to_๐Ÿ˜…_a_lot() -> ๐Ÿ‘€ {
- | ----------------------------- similarly named function `i_like_to_๐Ÿ˜…_a_lot` defined here
-...
-LL | let _ = i_like_to_๐Ÿ˜„_a_lot() โž– 4;
- | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `i_like_to_๐Ÿ˜…_a_lot`
-
error: Ferris cannot be used as an identifier
--> $DIR/emoji-identifiers.rs:17:9
|
@@ -85,6 +76,15 @@ LL | ๐Ÿ‘€::full_ofโœจ()
| function or associated item not found in `๐Ÿ‘€`
| help: there is an associated function with a similar name: `full_of_โœจ`
+error[E0425]: cannot find function `i_like_to_๐Ÿ˜„_a_lot` in this scope
+ --> $DIR/emoji-identifiers.rs:13:13
+ |
+LL | fn i_like_to_๐Ÿ˜…_a_lot() -> ๐Ÿ‘€ {
+ | ----------------------------- similarly named function `i_like_to_๐Ÿ˜…_a_lot` defined here
+...
+LL | let _ = i_like_to_๐Ÿ˜„_a_lot() โž– 4;
+ | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `i_like_to_๐Ÿ˜…_a_lot`
+
error: aborting due to 10 previous errors
Some errors have detailed explanations: E0425, E0599.