@@ -18,23 +18,11 @@ LL | fn i_like_to_😅_a_lot() -> 👀 {
1818LL | let _ = i_like_to_😄_a_lot() ➖ 4;
1919 | ^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `i_like_to_😅_a_lot`
2020
21- error: identifiers cannot contain emoji: `i_like_to_😄_a_lot`
22- --> $DIR/emoji-identifiers.rs:13:13
23- |
24- LL | let _ = i_like_to_😄_a_lot() ➖ 4;
25- | ^^^^^^^^^^^^^^^^^^
26-
27- error: identifiers cannot contain emoji: `full_of_✨`
28- --> $DIR/emoji-identifiers.rs:4:8
29- |
30- LL | fn full_of_✨() -> 👀 {
31- | ^^^^^^^^^^
32-
33- error: identifiers cannot contain emoji: `full_of✨`
34- --> $DIR/emoji-identifiers.rs:9:8
21+ error: identifiers cannot contain emoji: `ABig👩👩👧👧Family`
22+ --> $DIR/emoji-identifiers.rs:1:8
3523 |
36- LL | 👀::full_of✨()
37- | ^^^^^^^^^
24+ LL | struct ABig👩👩👧👧Family;
25+ | ^^^^^^^^^ ^^^^^^^^^
3826
3927error: identifiers cannot contain emoji: `👀`
4028 --> $DIR/emoji-identifiers.rs:2:8
@@ -53,17 +41,29 @@ LL | fn i_like_to_😅_a_lot() -> 👀 {
5341LL | 👀::full_of✨()
5442 | ^^
5543
44+ error: identifiers cannot contain emoji: `full_of_✨`
45+ --> $DIR/emoji-identifiers.rs:4:8
46+ |
47+ LL | fn full_of_✨() -> 👀 {
48+ | ^^^^^^^^^^
49+
5650error: identifiers cannot contain emoji: `i_like_to_😅_a_lot`
5751 --> $DIR/emoji-identifiers.rs:8:4
5852 |
5953LL | fn i_like_to_😅_a_lot() -> 👀 {
6054 | ^^^^^^^^^^^^^^^^^^
6155
62- error: identifiers cannot contain emoji: `ABig👩👩👧👧Family `
63- --> $DIR/emoji-identifiers.rs:1 :8
56+ error: identifiers cannot contain emoji: `full_of✨ `
57+ --> $DIR/emoji-identifiers.rs:9 :8
6458 |
65- LL | struct ABig👩👩👧👧Family;
66- | ^^^^^^^^^^^^^^^^^^
59+ LL | 👀::full_of✨()
60+ | ^^^^^^^^^
61+
62+ error: identifiers cannot contain emoji: `i_like_to_😄_a_lot`
63+ --> $DIR/emoji-identifiers.rs:13:13
64+ |
65+ LL | let _ = i_like_to_😄_a_lot() ➖ 4;
66+ | ^^^^^^^^^^^^^^^^^^
6767
6868error[E0599]: no function or associated item named `full_of✨` found for struct `👀` in the current scope
6969 --> $DIR/emoji-identifiers.rs:9:8
0 commit comments