mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
3035ccbcb9
Don't recover lifetimes/labels containing emojis as character literals Fixes #108019. Note that at the time of this commit, `unic-emoji-char` seems to have data tables only up to Unicode 5.0, but Unicode is already newer than this. A newer emoji such as `🥺` will not be recognized as an emoji but older emojis such as `🐱` will. This PR leaves a couple of FIXMEs where `unic_emoji_char::is_emoji` is used. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |