@@ -18,25 +18,25 @@ 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 emojis : `i_like_to_😄_a_lot`
21+ error: identifiers cannot contain emoji : `i_like_to_😄_a_lot`
2222 --> $DIR/emoji-identifiers.rs:13:13
2323 |
2424LL | let _ = i_like_to_😄_a_lot() ➖ 4;
2525 | ^^^^^^^^^^^^^^^^^^
2626
27- error: identifiers cannot contain emojis : `full_of_✨`
27+ error: identifiers cannot contain emoji : `full_of_✨`
2828 --> $DIR/emoji-identifiers.rs:4:8
2929 |
3030LL | fn full_of_✨() -> 👀 {
3131 | ^^^^^^^^^^
3232
33- error: identifiers cannot contain emojis : `full_of✨`
33+ error: identifiers cannot contain emoji : `full_of✨`
3434 --> $DIR/emoji-identifiers.rs:9:8
3535 |
3636LL | 👀::full_of✨()
3737 | ^^^^^^^^^
3838
39- error: identifiers cannot contain emojis : `👀`
39+ error: identifiers cannot contain emoji : `👀`
4040 --> $DIR/emoji-identifiers.rs:2:8
4141 |
4242LL | struct 👀;
@@ -53,13 +53,13 @@ LL | fn i_like_to_😅_a_lot() -> 👀 {
5353LL | 👀::full_of✨()
5454 | ^^
5555
56- error: identifiers cannot contain emojis : `i_like_to_😅_a_lot`
56+ error: identifiers cannot contain emoji : `i_like_to_😅_a_lot`
5757 --> $DIR/emoji-identifiers.rs:8:4
5858 |
5959LL | fn i_like_to_😅_a_lot() -> 👀 {
6060 | ^^^^^^^^^^^^^^^^^^
6161
62- error: identifiers cannot contain emojis : `ABig👩👩👧👧Family`
62+ error: identifiers cannot contain emoji : `ABig👩👩👧👧Family`
6363 --> $DIR/emoji-identifiers.rs:1:8
6464 |
6565LL | struct ABig👩👩👧👧Family;
0 commit comments