Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Parse unicode character literals #78

Merged
merged 2 commits into from
Mar 27, 2022
Merged

Parse unicode character literals #78

merged 2 commits into from
Mar 27, 2022

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Mar 27, 2022

This is especially important because the current proc macro implementation likes making these too much — rust-lang/rust#95343. In a proc macro Literal::character('0') will produce '\u{30}' rather than the expected '0'.

@dtolnay dtolnay merged commit e48dda7 into master Mar 27, 2022
@dtolnay dtolnay deleted the hexchar branch March 27, 2022 20:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant