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-11 11:05:59 -04:00
2024-03-19 15:39:00 +01:00
2024-03-21 20:08:30 +01:00
2024-03-21 10:21:44 +01:00
2024-03-14 16:24:51 +01:00
2024-03-19 15:39:00 +01:00
2024-03-21 20:08:30 +01:00