Esteban Küber
8677ebbc73
Properly handle emojis as literal prefix in macros
...
Do not accept the following
```rust
macro_rules! lexes {($($_:tt)*) => {}}
lexes!(🐛 "foo");
```
Before, invalid emoji identifiers were gated during parsing instead of lexing in all cases, but this didn't account for macro expansion of literal prefixes.
Fix #123696 .
2024-04-10 23:19:27 +00:00
..
2024-03-22 11:20:56 +01:00
2024-03-11 11:05:59 -04:00
2024-03-19 15:39:00 +01:00
2024-03-29 18:26:46 +05:30
2024-03-29 18:26:46 +05:30
2024-03-22 11:20:56 +01:00
2024-03-29 18:26:46 +05:30
2024-03-29 02:06:22 +00:00
2024-03-18 17:18:08 +05:30
2024-03-26 07:58:43 +00:00
2024-03-17 11:07:22 +01:00
2024-03-21 11:49:09 +01:00
2024-03-12 13:46:58 +01:00
2024-02-11 08:40:19 +02:00
2024-03-22 11:20:56 +01:00
2024-03-21 20:08:30 +01:00
2024-04-10 23:19:27 +00:00
2024-03-22 08:04:50 +01:00
2024-03-22 23:03:44 +01:00
2024-03-22 11:20:56 +01:00
2024-02-11 08:40:19 +02:00
2024-03-10 08:47:38 +02:00
2024-03-22 11:20:56 +01:00
2024-03-29 02:06:22 +00:00
2024-03-10 08:47:38 +02:00
2024-02-11 08:40:19 +02:00
2024-03-21 10:21:44 +01:00
2024-03-14 16:24:51 +01:00
2024-03-19 10:57:53 +01:00
2024-03-22 11:20:56 +01:00
2024-02-18 09:41:20 +02:00
2024-02-11 08:40:19 +02:00
2024-03-19 15:39:00 +01:00
2024-03-21 20:08:30 +01:00
2024-03-21 21:22:19 +01:00
2024-03-22 08:04:50 +01:00