@@ -18,25 +18,25 @@ LL | fn i_like_to_😅_a_lot() -> 👀 {
18
18
LL | let _ = i_like_to_😄_a_lot() ➖ 4;
19
19
| ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `i_like_to_😅_a_lot`
20
20
21
- error: identifiers cannot contain emojis : `i_like_to_😄_a_lot`
21
+ error: identifiers cannot contain emoji : `i_like_to_😄_a_lot`
22
22
--> $DIR/emoji-identifiers.rs:13:13
23
23
|
24
24
LL | let _ = i_like_to_😄_a_lot() ➖ 4;
25
25
| ^^^^^^^^^^^^^^^^^^
26
26
27
- error: identifiers cannot contain emojis : `full_of_✨`
27
+ error: identifiers cannot contain emoji : `full_of_✨`
28
28
--> $DIR/emoji-identifiers.rs:4:8
29
29
|
30
30
LL | fn full_of_✨() -> 👀 {
31
31
| ^^^^^^^^^^
32
32
33
- error: identifiers cannot contain emojis : `full_of✨`
33
+ error: identifiers cannot contain emoji : `full_of✨`
34
34
--> $DIR/emoji-identifiers.rs:9:8
35
35
|
36
36
LL | 👀::full_of✨()
37
37
| ^^^^^^^^^
38
38
39
- error: identifiers cannot contain emojis : `👀`
39
+ error: identifiers cannot contain emoji : `👀`
40
40
--> $DIR/emoji-identifiers.rs:2:8
41
41
|
42
42
LL | struct 👀;
@@ -53,13 +53,13 @@ LL | fn i_like_to_😅_a_lot() -> 👀 {
53
53
LL | 👀::full_of✨()
54
54
| ^^
55
55
56
- error: identifiers cannot contain emojis : `i_like_to_😅_a_lot`
56
+ error: identifiers cannot contain emoji : `i_like_to_😅_a_lot`
57
57
--> $DIR/emoji-identifiers.rs:8:4
58
58
|
59
59
LL | fn i_like_to_😅_a_lot() -> 👀 {
60
60
| ^^^^^^^^^^^^^^^^^^
61
61
62
- error: identifiers cannot contain emojis : `ABig👩👩👧👧Family`
62
+ error: identifiers cannot contain emoji : `ABig👩👩👧👧Family`
63
63
--> $DIR/emoji-identifiers.rs:1:8
64
64
|
65
65
LL | struct ABig👩👩👧👧Family;
0 commit comments