Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support escaping in string literals #287

Merged
merged 1 commit into from
Jan 12, 2020
Merged

Support escaping in string literals #287

merged 1 commit into from
Jan 12, 2020

Conversation

siiptuo
Copy link
Contributor

@siiptuo siiptuo commented Jan 11, 2020

Do not attempt to parse escape sequences thoroughly. Instead let the
Rust compiler to check the string literals and provide nice error
messages if necessary.

Do not attempt to parse escape sequences thoroughly. Instead let the
Rust compiler to check the string literals and provide nice error
messages if necessary.
@djc
Copy link
Owner

djc commented Jan 12, 2020

Nice, thanks!

@djc djc merged commit 80148aa into djc:master Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants