mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00

- Rename it as `invalid_ident_or_prefix`, which matches the possible outputs (`InvalidIdent` or `InvalidPrefix`). - Use the local wrapper for `is_xid_continue`, for consistency. - Make it clear what `\u{200d}` means.