Jubilee
0a0a5a956c
Rollup merge of #123752 - estebank:emoji-prefix, r=wesleywiser
...
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 pre-expansion of literal prefixes.
Fix #123696 .
2024-04-18 21:38:55 -07:00
..
2024-04-18 09:47:45 +00:00
2024-04-10 18:51:09 +02:00
2024-04-17 09:34:39 -04:00
2024-04-17 09:34:39 -04:00
2024-04-17 09:34:39 -04:00
2024-04-17 09:34:39 -04:00
2024-04-17 09:34:39 -04:00
2024-04-11 10:42:48 +00:00
2024-04-11 00:10:10 -07:00
2024-04-18 12:22:52 +00:00
2024-04-17 18:01:38 +02:00
2024-04-18 09:47:45 +00:00
2024-04-15 16:56:18 +01:00
2024-04-15 18:48:12 -04:00
2024-04-12 22:43:38 +09:00
2024-04-18 15:36:25 +10:00
2024-04-18 09:47:45 +00:00
2024-04-16 21:41:24 +02:00
2024-04-18 09:47:45 +00:00
2024-04-18 08:37:48 +02:00
2024-04-17 09:34:39 -04:00
2024-04-18 08:37:48 +02:00
2024-04-05 11:11:17 +00:00
2024-04-18 15:36:25 +10:00
2024-04-18 09:47:45 +00:00
2024-04-16 21:41:23 +02:00
2024-04-10 23:19:27 +00:00
2024-04-17 09:34:39 -04:00
2024-04-15 23:27:21 -04:00
2024-04-15 16:05:16 -07:00
2024-04-16 13:02:53 +10:00
2024-04-12 17:28:00 +03:00
2024-04-18 09:47:45 +00:00
2024-04-18 08:37:49 +02:00
2024-04-08 12:02:19 +00:00
2024-04-18 09:35:36 -07:00
2024-04-14 18:09:44 +02:00
2024-04-08 23:01:50 +00:00
2024-04-18 21:38:55 -07:00
2024-04-18 15:36:25 +10:00
2024-04-17 09:34:39 -04:00
2024-04-08 12:02:19 +00:00
2024-04-08 12:02:19 +00:00
2024-04-11 14:33:48 +03:00
2024-04-11 21:09:52 +02:00
2024-04-17 09:34:39 -04:00
2024-04-14 14:56:41 +02:00
2024-04-13 17:03:12 +02:00
2024-04-18 09:35:36 -07:00
2024-04-10 16:15:23 +02:00
2024-04-16 21:41:24 +02:00
2024-04-14 15:01:04 +02:00
2024-04-18 09:47:45 +00:00
2024-04-18 09:47:45 +00:00
2024-04-08 22:06:21 +02:00
2024-04-16 12:42:48 +05:30
2024-04-16 15:19:14 +02:00
2024-04-10 16:15:23 +02:00