mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
df29f9b0c3
- 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.