mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
e9a0c3c98c
It was added in #123752 to handle some cases involving emoji, but it isn't necessary because it's always treated the same as `TokenKind::InvalidIdent`. This commit removes it, which makes things a little simpler.