1- error: unknown start of token: \u{1fa90}
2- --> $DIR/lex-emoji-identifiers.rs:4:15
3- |
4- LL | let planet🪐 = "basic emoji";
5- | ^^
6-
7- error: unknown start of token: \u{1f6dc}
8- --> $DIR/lex-emoji-identifiers.rs:6:17
9- |
10- LL | let wireless🛜 = "basic emoji";
11- | ^^
12-
131error: unknown start of token: \u{20e3}
14- --> $DIR/lex-emoji-identifiers.rs:8 :14
2+ --> $DIR/lex-emoji-identifiers.rs:6 :14
153 |
164LL | let key1️⃣ = "keycap sequence";
175 | ^
@@ -22,26 +10,38 @@ error: identifiers cannot contain emoji: `arrow↔️`
2210LL | let arrow↔️ = "basic emoji";
2311 | ^^^^^^
2412
13+ error: identifiers cannot contain emoji: `planet🪐`
14+ --> $DIR/lex-emoji-identifiers.rs:3:9
15+ |
16+ LL | let planet🪐 = "basic emoji";
17+ | ^^^^^^^^
18+
19+ error: identifiers cannot contain emoji: `wireless🛜`
20+ --> $DIR/lex-emoji-identifiers.rs:4:9
21+ |
22+ LL | let wireless🛜 = "basic emoji";
23+ | ^^^^^^^^^^
24+
2525error: identifiers cannot contain emoji: `flag🇺🇳`
26- --> $DIR/lex-emoji-identifiers.rs:10 :9
26+ --> $DIR/lex-emoji-identifiers.rs:8 :9
2727 |
2828LL | let flag🇺🇳 = "flag sequence";
2929 | ^^^^^^
3030
3131error: identifiers cannot contain emoji: `wales🏴`
32- --> $DIR/lex-emoji-identifiers.rs:11 :9
32+ --> $DIR/lex-emoji-identifiers.rs:9 :9
3333 |
3434LL | let wales🏴 = "tag sequence";
3535 | ^^^^^^^
3636
3737error: identifiers cannot contain emoji: `folded🙏🏿`
38- --> $DIR/lex-emoji-identifiers.rs:12 :9
38+ --> $DIR/lex-emoji-identifiers.rs:10 :9
3939 |
4040LL | let folded🙏🏿 = "modifier sequence";
4141 | ^^^^^^^^^^
4242
4343warning: identifier contains uncommon Unicode codepoints
44- --> $DIR/lex-emoji-identifiers.rs:8 :9
44+ --> $DIR/lex-emoji-identifiers.rs:6 :9
4545 |
4646LL | let key1️⃣ = "keycap sequence";
4747 | ^^^^
0 commit comments